OnClick - cWebListSwipeButton
Sent to the server when the column's pbServerOnClick property is True and the user tabs on the swipe button
Type: Event
Parameters
| Parameter | Type | Description |
|---|---|---|
| sRowId | String | RowId of the list row on which the swipe row is tabbed |
Syntax
Procedure OnClick String sRowId
Description
The OnClick event is sent to the server when the column's pbServerOnClick property is True and the user tabs on the swipe button.
The sRowId parameter indicates which row has been tabbed on. Unless pbOfflineEditing is set to True, this should match the current row in the buffer for data-aware lists.