Form
Interfaces, Classes, Traits and Enums
- Horde_Form_Action_ConditionalEnable
- 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
- 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_reload
- 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
- Horde_Form_Action_setcursorpos is a Horde_Form_Action that places the cursor in a text field.
- Horde_Form_Action_submit
- 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_SumFields
- 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
- 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.
- Horde_Form_Action
- The Horde_Form_Action class provides an API for adding actions to Horde_Form variables.
- Horde_Form_Renderer
- The Horde_Form_Renderer class provides HTML and other renderings of forms for the Horde_Form:: package.
- Horde_Form_Translation
- Horde_Form_Translation is the translation wrapper class for Horde_Form.
- Horde_Form_Type_tableset
- Horde_Form_Type Class
- Horde_Form_Type
- Horde_Form_Type Class
- Horde_Form_Type_spacer
- Horde_Form_Type Class
- Horde_Form_Type_header
- Horde_Form_Type Class
- Horde_Form_Type_description
- Horde_Form_Type Class
- Horde_Form_Type_html
- Simply renders its raw value in both active and inactive rendering.
- Horde_Form_Type_number
- Horde_Form_Type Class
- Horde_Form_Type_int
- A Form type for an input line validating to an integer
- Horde_Form_Type_octal
- Horde_Form_Type Class
- Horde_Form_Type_intlist
- Horde_Form_Type Class
- Horde_Form_Type_text
- A Text Box form type
- Horde_Form_Type_stringlist
- A Text Box form type
- Horde_Form_Type_stringarray
- A Text Box form type
- Horde_Form_Type_phone
- Horde_Form_Type Class
- Horde_Form_Type_cellphone
- Horde_Form_Type Class
- Horde_Form_Type_ipaddress
- A Text Box form type
- Horde_Form_Type_ip6address
- A Text Box form type
- Horde_Form_Type_longtext
- A Text Box form type
- Horde_Form_Type_countedtext
- A Text Box form type
- Horde_Form_Type_address
- A Text Box form type
- Horde_Form_Type_addresslink
- A Text Box form type
- Horde_Form_Type_pgp
- A Text Box form type
- Horde_Form_Type_smime
- A Text Box form type
- Horde_Form_Type_country
- Horde_Form_Type for selecting a single value out of a list For selecting multiple values, use Horde_Form_Type_multienum
- Horde_Form_Type_file
- Horde_Form_Type Class
- Horde_Form_Type_image
- Horde_Form_Type Class
- Horde_Form_Type_boolean
- Horde_Form_Type Class
- Horde_Form_Type_link
- Horde_Form_Type Class
- Horde_Form_Type_email
- Horde_Form_Type Class
- Horde_Form_Type_matrix
- Horde_Form_Type Class
- Horde_Form_Type_emailConfirm
- Horde_Form_Type Class
- Horde_Form_Type_password
- Horde_Form_Type Class
- Horde_Form_Type_passwordconfirm
- Horde_Form_Type Class
- Horde_Form_Type_enum
- Horde_Form_Type for selecting a single value out of a list For selecting multiple values, use Horde_Form_Type_multienum
- Horde_Form_Type_mlenum
- Horde_Form_Type Class
- Horde_Form_Type_multienum
- A Horde_Form_Type_multienum for a multiselect box
- Horde_Form_Type_keyval_multienum
- A Horde_Form_Type_multienum for a multiselect box
- Horde_Form_Type_radio
- Horde_Form_Type for selecting a single value out of a list For selecting multiple values, use Horde_Form_Type_multienum
- Horde_Form_Type_set
- Horde_Form_Type Class
- Horde_Form_Type_date
- Horde_Form_Type Class
- Horde_Form_Type_time
- Horde_Form_Type Class
- Horde_Form_Type_hourminutesecond
- Horde_Form_Type Class
- Horde_Form_Type_monthyear
- Horde_Form_Type Class
- Horde_Form_Type_monthdayyear
- Horde_Form_Type Class
- Horde_Form_Type_datetime
- Horde_Form_Type Class
- Horde_Form_Type_colorpicker
- Horde_Form_Type Class
- Horde_Form_Type_sound
- Horde_Form_Type Class
- Horde_Form_Type_sorter
- Horde_Form_Type Class
- Horde_Form_Type_selectfiles
- Horde_Form_Type Class
- Horde_Form_Type_assign
- Horde_Form_Type Class
- Horde_Form_Type_creditcard
- Horde_Form_Type Class
- Horde_Form_Type_obrowser
- Horde_Form_Type Class
- Horde_Form_Type_dblookup
- Horde_Form_Type for selecting a single value out of a list For selecting multiple values, use Horde_Form_Type_multienum
- Horde_Form_Type_figlet
- Horde_Form_Type Class
- Horde_Form_Type_captcha
- Horde_Form_Type Class
- Horde_Form_Type_category
- Horde_Form_Type Class
- Horde_Form_Type_invalid
- Horde_Form_Type Class
- Horde_Form_Variable
- This class represents a single form variable that may be rendered as one or more form fields.
- Horde_Form
- Horde_Form Master Class.