Procedural File: lib_forms.php
Source Location: /_includes/lib_forms.php
Classes:
Validatable
Meant as an interface for validatable objects.
Field
Describes a field in a form.
Hidden
Describes a hidden field.
ReadOnly
Describes a field that is read only. I.e. just prints the contents of it, not really a field, but it's useful at times.
Checkbox
Describes a checkbox.
Button
Describes a button.
SubmitButton
Describes a submit button.
ResetButton
Describes a reset button.
SizedField
Describes a field that can be sized.
TextField
Describes a textfield.
PasswordField
Describes a password field.
TextArea
Describes a textarea.
Select
Describes a select field.
DateField
Describes a field (or rather group of fields) that allows the user to select a specific date by selecting year, month and day.
TimeField
Describes a field (or rather a group of fields) that allows the user to select a certain timestamp (year, month, day, hour, minute and second).
Browse
Describes a file field.
Form
Describes an form.
Page Details:
A library for creating and using forms.
Tags:
Includes:
|
|