<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Messages API for manipulating the DOM on sillysky.net</title>
    <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-the-web/messages-api-for-manipulating-the-dom/</link>
    <description>Recent content in Messages API for manipulating the DOM on sillysky.net</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Tue, 09 Dec 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://sillysky.net/docs/doc-remoteskin/remoteskin-for-the-web/messages-api-for-manipulating-the-dom/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>CRecordWebDeregisterWidgetOwner</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-the-web/messages-api-for-manipulating-the-dom/crecordwebderegisterwidgetowner/</link>
      <pubDate>Tue, 09 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-the-web/messages-api-for-manipulating-the-dom/crecordwebderegisterwidgetowner/</guid>
      <description>Browser messages are always associated with an HTML element ID. If you registered element IDs using the CRecordWebRegisterWidgetOwner message, you need to deregister them when your service is deleted. You can either deregister specific element IDs or all IDs linked to your microservice.&#xA;The message is part of the RemoteSkin Web API.&#xA;The API is located in the plugin NY_RemoteSkinWebProtocolAPI.&#xA;{ &#34;id&#34;: &#34;43e176e2-e502-4cce-aedf-1ce5ab35aa0b&#34;, &#34;name&#34;: &#34;WEB_DEREGISTER_WIDGET_OWNER&#34;, &#34;description&#34;: &#34;Deregister a widget owner.&#34;, &#34;</description>
    </item>
    <item>
      <title>CRecordWebRegisterWidgetOwner</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-the-web/messages-api-for-manipulating-the-dom/crecordwebregisterwidgetowner/</link>
      <pubDate>Tue, 09 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-the-web/messages-api-for-manipulating-the-dom/crecordwebregisterwidgetowner/</guid>
      <description>The CRecordWebRegisterWidgetOwner message enables the forwarding of notifications from the browser to your microservice. Browser messages are always associated with an HTML element ID. You can register any number of element IDs with your microservice address to receive these events.&#xA;The message is part of the RemoteSkin Web API.&#xA;The API is located in the plugin NY_RemoteSkinWebProtocolAPI.&#xA;{ &#34;id&#34;: &#34;738d3f34-a5a0-4431-a9ed-6064d39910cd&#34;, &#34;name&#34;: &#34;WEB_REGISTER_WIDGET_OWNER&#34;, &#34;description&#34;: &#34;Register a target address for a widget.&#34;, &#34;</description>
    </item>
    <item>
      <title>CWebApi</title>
      <link>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-the-web/messages-api-for-manipulating-the-dom/cwebapi/</link>
      <pubDate>Wed, 27 Nov 2024 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/doc-remoteskin/remoteskin-for-the-web/messages-api-for-manipulating-the-dom/cwebapi/</guid>
      <description>This is the documentation of the helper class CWebApi of the RemoteSkin Web API. This class can be used to send messages to the browser with which the DOM tree of the website can be changed.&#xA;Usage You have a target that should send commands to the browser. Create a private field in the target class:&#xA;private final CWebApi mWebApi; Initialize the field (e.g. in the constructor). In any case, you need the target address of the web socket connection.</description>
    </item>
  </channel>
</rss>
