Class QAjaxControlAction
Ajax control action is identical to Ajax action, except
the handler for it is defined NOT on the form host, but on a QControl.
-
QBaseClass
-
QAction
-
QAjaxAction
-
QAjaxControlAction
Methods summary
public
|
#
__construct( QControl $objControl, string $strMethodName, string $objWaitIconControl = 'default', null $mixCausesValidationOverride = null, string $strJsReturnParam = "", boolean $blnAsync = false )
Parameters
- $objControl
- Control where the action handler is defined
- $strMethodName
- Name of the action handler method
- $objWaitIconControl
- The wait icon to be implemented
- $mixCausesValidationOverride
- Override for CausesValidation (if needed)
- $strJsReturnParam
- Override for ActionParameter
- $blnAsync
- True to have the events for this action fire asynchronously
Overrides
|