Overview

Packages

  • Actions
  • Codegen
  • Controls
    • Base
  • DatabaseAdapters
  • Events
  • None
  • Sessions
  • Tests

Classes

  • QAction
  • QAjaxAction
  • QAjaxControlAction
  • QAlertAction
  • QBlurControlAction
  • QConfirmAction
  • QCssAction
  • QCssClassAction
  • QFocusControlAction
  • QHideCalendarAction
  • QHideDialog
  • QHideDialogBox
  • QJavaScriptAction
  • QJQAction
  • QJQBounceAction
  • QJQHideAction
  • QJQHideEffectAction
  • QJQHighlightAction
  • QJQPulsateAction
  • QJQShakeAction
  • QJQShowAction
  • QJQShowEffectAction
  • QJQSizeAction
  • QJQToggleAction
  • QJQToggleEffectAction
  • QJQTransferAction
  • QRedirectAction
  • QRegisterClickPositionAction
  • QResetTimerAction
  • QSelectControlAction
  • QServerAction
  • QServerControlAction
  • QSetValueAction
  • QShowCalendarAction
  • QShowDialog
  • QShowDialogBox
  • QStopPropagationAction
  • QTerminateAction
  • QToggleCssClassAction
  • QToggleDisplayAction
  • QToggleEnableAction
  • Overview
  • Package
  • Class

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
Extended by QAction
Extended by QAjaxAction
Extended by QAjaxControlAction
Package: Actions
Located at includes/base_controls/_actions.inc.php
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

QAjaxAction::__construct()
Methods inherited from QAjaxAction
RenderScript(), __clone(), __get(), getActionParameter()
Methods inherited from QAction
RenderActions(), __set()
Methods inherited from QBaseClass
OverrideAttributes(), __call()
Properties inherited from QAjaxAction
$blnAsync, $mixCausesValidationOverride, $objWaitIconControl, $strId, $strJsReturnParam, $strMethodName
Properties inherited from QAction
$objEvent
Magic properties inherited from QAjaxAction
$CausesValidationOverride, $MethodName, $WaitIconControl
Magic properties inherited from QAction
$Event
API documentation generated by ApiGen