OnDefineCssClass - cWebListSwipeButton

Called for each row when the list data is loaded

Type: Event

Parameters: String ByRef sCSSClass

ParameterDescription
sCSSClass (ByRef)Can be changed to define a custom CSS class


Syntax
Procedure OnDefineCssClass String ByRef sCSSClass

Description

This procedure is called for each row when the list data is loaded.

It allows customization of the CSS class for the swipe button on this specific row. The CSS class name can be changed by changing the sCSSClas parameter that is passed by reference.

Note that when manually filling lists, this procedure is only called when LoadGridRow or LoadGridCell are used.