classQAjaxAction
QAjaxAction Class Reference
Inherits QAction.Inherited by QAjaxControlAction.

Public Member Functions
- __construct ($strMethodName=null, $objWaitIconControl= 'default', $mixCausesValidationOverride=null)
- __get ($strName)
- RenderScript (QControl $objControl)
Protected Attributes
Constructor & Destructor Documentation
| QAjaxAction::__construct | ( | $ | strMethodName = null, |
|
| $ | objWaitIconControl = 'default', |
|||
| $ | mixCausesValidationOverride = null | |||
| ) |
References $mixCausesValidationOverride, $objWaitIconControl, and $strMethodName.
Member Function Documentation
| QAjaxAction::__get | ( | $ | strName | ) |
Override method to perform a property "Get" This will get the value of $strName All inhereted objects that call __get() should always fall through to calling parent::__get() in a try/catch statement catching for CallerExceptions.
- Parameters:
-
string $strName Name of the property to get
- Returns:
- mixed the returned property
Reimplemented from QAction.
References QCallerException::IncrementOffset().
Member Data Documentation
QAjaxAction::$mixCausesValidationOverride [protected] |
Referenced by QAjaxControlAction::__construct(), and __construct().
QAjaxAction::$objWaitIconControl [protected] |
Referenced by QAjaxControlAction::__construct(), and __construct().
QAjaxAction::$strMethodName [protected] |
Referenced by QAjaxControlAction::__construct(), and __construct().
The documentation for this class was generated from the following file:
- qcodo/_core/qform/_actions.inc.php
