Class | Description |
---|---|
![]() |
Form class |
![]() |
SubForm class The sub-form is a special case of the form class. The difference is that it is expected to be part of an existing form, and therefore is rendered without the form tags. |
![]() |
multipart_form class The multipart_form is just a standard form, but with the enctype pre-set to the "multipart/form-data" setting required for file multiparts of binary form data. |
![]() |
Form Field class Abstract field class, for deriving various form field types. |
![]() |
Label Field class This is just to display a bare value where the form element would normally be, and where we dont want to use a form_textfield in non-editable mode because we don't want the hidden field.. |
![]() |
Hidden Field class This class generates a hidden field. |
![]() |
Button Field class This virtual class generates a standard form button field. This is a virtual class, used to provide a basis for real buttons. Do not instantiate this as an object - use the descendants instead. |
![]() |
Submit Button class This class generates a standard form submit button field. |
![]() |
Reset Button class This class generates a standard form reset button field. |
![]() |
Image Button class This class generates a standard form image button field. |
![]() |
Text Field class. This class generates a text field. |
![]() |
Displayonly Field class Extends the textfield class. This class renders a textfield as text rather than a textbox control. The form value is still submitted, but as a hidden field in the form.. |
![]() |
Password Field class Password field element. Same as textfield, but masks user input. |
![]() |
File Upload Field class A field for uploading files to the webserver. If used with a 'form' object, the form will be automatically rendered with the proper encoding type by setting the 'enctype' in the form tag. |
![]() |
Combo Field class A field for producing combo boxes (dropdown select menus) or multi-line list-boxes, either of which may be single-select or multiple select. |
![]() |
Jumpmenu Field class A special case of combofield where we define key/value data made up of display-value and URL pairs. |
![]() |
Memo Field class A field which renders a textarea form element. These are used to allow people to input large tracts of text by typing or copy/paste. |
![]() |
Checkbox Field class A field which renders a checkbox form element. |
![]() |
Radio Button Field class A field which renders a radio form element. |
![]() |
Radio Group Field class A field which groups a set of radio form elements together. |
![]() |
Image Field class This is a hybrid field. It is basically a text field where the value is expected to be the location of an image, either a real path to a file or a URI. |
![]() |
Image Combo class |
![]() |
Tandem Field class |
Include button creation classes
Include date and time functions
The HTML object classes are required for forms
Include data definitions for key value container
Form field is readonly/display only
Form element is editable (ie. not readonly)
Tickbox or checkbox
Dropdown menu or listbox field
Date/time field
Text field containing image URL
Textarea memo field
Radio button
General text field
Force text to lowercase
Combo-field is multiple-select
Do not force case
Combo-field is single-select
Standard width for a textual form element
Force text to uppercase
Documentation generated by phpDocumentor 1.3.0RC3