CRecordWebSetStylesForElements

Sets individual styles for an HTML element.
It is part of the RemoteSkin Web API.

{
  "id": "8a6a97e6-e628-49e4-a8ed-936b82779bff",
  "name": "WEB_SET_STYLES_FOR_ELEMENTS",
  "description": "Set a style for all elements matching the selector.",
  "slots": [
    {
      "key": "1",
      "name": "SELECTOR",
      "direction": "REQUEST",
      "mandatory": "true",
      "type": "STRING",
      "description": "The selector for searching elements, like .myClasses or #myId."
    },
    {
      "key": "2",
      "name": "STYLES",
      "direction": "REQUEST",
      "mandatory": "true",
      "type": "STRING_PROPERTIES",
      "description": "The styles to set."
    }
  ]
}
    

nyssr.net - Innovative Distributed System