The Horde_Form_Action class provides an API for adding actions to Horde_Form variables.
$Horde: framework/Form/Form/Action.php,v 1.19.10.11 2009/01/06 15:23:06 jan Exp $ Copyright 2002-2009 The Horde Project (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
Located in /Form/Form/Action.php (line 15)
Class | Description |
---|---|
![]() |
Horde_Form_Action_ConditionalEnable is a Horde_Form_Action that enables or disables an element based on the value of another element |
![]() |
Horde_Form_Action_ConditionalSetValue is a Horde_Form_Action that sets the value of one Horde_Form variable based on the value of the variable the action is attached to. |
![]() |
Horde_Form_Action_conditional_enable is a Horde_Form_Action that enables or disables an element based on the value of another element |
![]() |
Horde_Form_Action_conditional_setvalue is a Horde_Form_Action that sets the value of one Horde_Form variable based on the value of the variable the action is attached to. |
![]() |
Horde_Form_Action_reload is a Horde_Form Action that reloads the form with the current (not the original) value after the form element that the action is attached to is modified. |
![]() |
Horde_Form_Action_setcursorpos is a Horde_Form_Action that places the cursor in a text field. |
![]() |
Horde_Form_Action_submit is a Horde_Form Action that submits the form after the form element that the action is attached to is modified. |
![]() |
Horde_Form_Action_sum_fields is a Horde_Form_Action that sets the target field to the sum of one or more other numeric fields. |
![]() |
Horde_Form_Action_updatefield is a Horde_Form_Action that updates the value of one Horde_Form variable as the variable the action is attached to is updated. |
Attempts to return a concrete Horde_Form_Action instance based on $form.
Attempts to return a reference to a concrete Horde_Form_Action instance based on $action. It will only create a new instance if no Horde_Form_Action instance with the same parameters currently exists.
This should be used if multiple types of form renderers (and, thus, multiple Horde_Form_Action instances) are required.
This method must be invoked as: $var = &Horde_Form_Action::singleton()
Documentation generated on Sun, 30 Jan 2011 05:14:58 +0000 by phpDocumentor 1.4.3