CRecordWebNotifyTableRowClicked

The message is a notification for a click on a table row. You must first install a TableRowListener with CRecordWebAddTableRowListener. In addition, the ID of the HTML element must be linked to your target address (CRecordWebRegisterWidgetOwner).
It is part of the RemoteSkin Web API.

{
  "id": "cc1224b7-86e7-4467-8b7c-6647e24e3021",
  "name": "WEB_NOTIFY_TABLE_ROW_CLICKED",
  "description": "Notification: A table row has been clicked.",
  "slots": [
    {
      "key": "1",
      "name": "ID",
      "direction": "REQUEST",
      "mandatory": "true",
      "type": "STRING",
      "description": "The ID of the table."
    },
    {
      "key": "2",
      "name": "DATA",
      "direction": "REQUEST",
      "mandatory": "true",
      "type": "STRING_ARRAY",
      "description": "The data of the table row (column 0-n)."
    }
  ]
}
    

nyssr.net - Innovative Distributed System