Class QCssAction
Sets the CSS class of a control on the client side (does not update the server side)
- QBaseClass
- QAction
- QCssAction
public
|
#
__construct( string $strCssProperty, string $strCssValue, null|
Constructor |
public
string
|
RenderActions(),
__get(),
__set()
|
OverrideAttributes(),
__call()
|
protected
string
|
$strCssProperty
CSS property to be set |
#
null
|
protected
string
|
$strCssValue
Value to which the CSS property should be set |
#
null
|
protected
null|string
|
$strControlId
The control ID for which the action should be done. By default, it is applied to the QControl to which the action is added. |
#
null
|
$objEvent
|
$Event
|