Class QHtmlTableCheckBoxColumn_ClickEvent
Click event: when the control recieves a mouse click
-
QBaseClass
-
QEvent
-
QClickEvent
-
QHtmlTableCheckBoxColumn_ClickEvent
Methods summary
public
|
#
__construct( integer $intDelay = 0, string $strCondition = null, string $strSelector,… )
Create an event.
Parameters
- $intDelay
- ms delay to wait before action is fired
- $strCondition
- javascript condition to check before firing the action
- $strSelector,…
- jquery selector to cause event to be attached to child items instead of this item
Throws
Overrides
|
Constants summary
string |
JsReturnParam
|
#
'{"row": $j(this).closest("tr")[0].rowIndex, "col": $j(this).parent()[0].cellIndex, "checked":this.checked, "id":this.id}'
|