Class QToggleEnableAction
Toggle the 'enabled' status of a control
NOTE: It does not change the Enabled property on the server side
-
QBaseClass
-
QAction
-
QToggleEnableAction
Methods summary
public
|
|
public
string
|
#
RenderScript( QControl $objControl )
Returns the JavaScript to be executed on the client side
Returns the JavaScript to be executed on the client side
Parameters
Returns
string Client side JS
|
Properties summary
protected
null|string
|
$strControlId
Control ID of the control to be Enabled/Disabled
Control ID of the control to be Enabled/Disabled
|
|
protected
boolean|null
|
$blnEnabled
Enforce the Enabling or Disabling action
Enforce the Enabling or Disabling action
|
|