Class QServerControlAction
Server control action is identical to server action, except
the handler for it is defined NOT in the form, but in a control.
-
QBaseClass
-
QAction
-
QServerAction
-
QServerControlAction
Methods summary
public
|
#
__construct( QControl $objControl, string $strMethodName, mixed $mixCausesValidationOverride = null, string $strJsReturnParam = "" )
Parameters
- $objControl
- Control where the action handler is defined
- $strMethodName
- Name of the method which acts as the action handler
- $mixCausesValidationOverride
- Override for CausesValidation (if needed)
- $strJsReturnParam
- Override for ActionParameter
Overrides
|