Class QNoScriptAjaxAction
A wrapper class for generating an ajax action with no script. This is helpful in situations where data
will be returned to the javascript object later.
Class QNoScriptAjaxAction
-
QBaseClass
-
QAction
-
QAjaxAction
-
QNoScriptAjaxAction
Methods summary
public
|
#
__construct( QAction $objTargetAction, string|QWaitIcon $objWaitIconControl,…, null|mixed $mixCausesValidationOverride,…, string $strJsReturnParam,…, boolean $blnAsync,… )
AjaxAction constructor.
Parameters
- $objTargetAction
- $strMethodName Name of the event handler function to be called
- $objWaitIconControl,…
- Wait Icon for the action
- $mixCausesValidationOverride,…
- what kind of validation over-ride is to be implemented
- $strJsReturnParam,…
the line of javascript which would set the 'strParameter' value on the
client-side when the action occurs!
- $blnAsync,…
True to have the events for this action fire asynchronously.
Be careful when setting this to true. See class description.
Overrides
|
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 RenderScript script for the action.
The returned script is to be executed on the client side when the action is executed
(in this case qc.pA function is executed)
Returns the RenderScript script for the action.
The returned script is to be executed on the client side when the action is executed
(in this case qc.pA function is executed)
Parameters
Returns
string
Overrides
|