Class QRedirectAction
Client-side action - no postbacks of any kind are performed.
All handling activity happens in Javascript.
-
QBaseClass
-
QAction
-
QRedirectAction
Methods summary
public
|
#
__construct( string $strUrl )
possible values:
http://google.com
index.php?page=view
/foo/bar/woot.html
possible values:
http://google.com
index.php?page=view
/foo/bar/woot.html
Parameters
|
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 runs on the client side
Returns the JS which runs 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
|
|