[FormField] element index
Package indexes
Weidner
NewsItem
DefaultFormPainter
FormPainter
Util
Form
Data
Module
Page
Format
All elements
f
h
i
t
v
_
_
top
__construct
FormField::__construct()
in FormField.php
Constructor.
f
top
FormField
FormField
in FormField.php
FormField.php
FormField.php
in FormField.php
h
top
$hightlight
FormField::$hightlight
in FormField.php
If true, this field should be hilighted if painted.
i
top
$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
$text
FormField::$text
in FormField.php
The title or caption for the form field
$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
$value
FormField::$value
in FormField.php
The current (or default if used in defenition) value for the field.
f
h
i
t
v
_