CRecordWebRemoveClassesFromElement

Removes one or more classes from an HTML element.
It is part of the RemoteSkin Web API.

{
  "id": "8fffd143-dab3-4f96-ac64-6f660bf45cfd",
  "name": "WEB_REMOVE_CLASSES_FROM_ELEMENT",
  "description": "Remove classes from an HTML element.",
  "slots": [
    {
      "key": "1",
      "name": "SELECTOR",
      "direction": "REQUEST",
      "mandatory": "true",
      "type": "STRING",
      "description": "The selector."
    },
    {
      "key": "2",
      "name": "CLASS",
      "direction": "REQUEST",
      "mandatory": "true",
      "type": "STRING",
      "description": "The class to remove."
    },
    {
      "key": "3",
      "name": "CLASSES",
      "direction": "REQUEST",
      "mandatory": "true",
      "type": "STRING_ARRAY",
      "description": "The classes to remove."
    }
  ]
}
    

nyssr.net - Innovative Distributed System