CRecordWebSetInnerHtml

The message sets the HTML content (inner HTML) of an element.
It is part of the RemoteSkin Web API.

{
  "id": "a6af1ae5-d752-45e7-9dc9-d048d6f14f80",
  "name": "WEB_SET_INNER_HTML",
  "description": "Insert a HTML text.",
  "slots": [
    {
      "key": "1",
      "name": "ID",
      "direction": "REQUEST",
      "mandatory": "true",
      "type": "STRING",
      "description": "The widget ID."
    },
    {
      "key": "2",
      "name": "HTML",
      "direction": "REQUEST",
      "mandatory": "true",
      "type": "STRING",
      "description": "The HTML to insert."
    }
  ]
}
    

nyssr.net - Innovative Distributed System