Class QJavaScriptAction
Client-side action - no postbacks of any kind are performed.
All handling activity happens in Javascript.
-
QBaseClass
-
QAction
-
QJavaScriptAction
Methods summary
public
|
#
__construct( string $strJavaScript )
The constructor
Parameters
- $strJavaScript
- JS which is to be executed on the client side
|
public
mixed|null|string
|
#
__get( string $strName )
PHP Magic function to get the property values of a class object
PHP Magic function to get the property values of a class object
Parameters
- $strName
- Name of the property
Returns
mixed|null|string
Throws
Overrides
|
public
string
|
#
RenderScript( QControl $objControl )
Returns the JS which will be executed on the client side
Returns the JS which will be executed on the client side
Parameters
Returns
string
|
Properties summary
protected
string
|
$strJavaScript
JS to be run on the client side
JS to be run on the client side
|
|