[FormField] element index

Package indexes

All elements
f h i t v _
_
top
Method __construct
FormField::__construct() in FormField.php
Constructor.
f
top
Class FormField
FormField in FormField.php
Page FormField.php
FormField.php in FormField.php
h
top
Variable $hightlight
FormField::$hightlight in FormField.php
If true, this field should be hilighted if painted.
i
top
Variable $id
FormField::$id in FormField.php
The unique id for this field, used to extract it from the incoming data and to match it to its defenition for processing.
t
top
Variable $text
FormField::$text in FormField.php
The title or caption for the form field
Variable $type
FormField::$type in FormField.php
The type (needed for processing) of the form field. Some types (eg. 'email') require additional validation to be effective.
v
top
Variable $value
FormField::$value in FormField.php
The current (or default if used in defenition) value for the field.
f h i t v _