[Form] element index
Package indexes
Weidner
NewsItem
DefaultFormPainter
FormPainter
Util
FormField
Data
Module
Page
Format
All elements
c
f
l
p
v
c
top
createField
Form::createField()
in Form.php
Creates a new FormField object and adds it to the internal field array.
f
top
$fields
Form::$fields
in Form.php
An array containing all of the form's elements.
Form
Form
in Form.php
Form.php
Form.php
in Form.php
l
top
loadFormItems
Form::loadFormItems()
in Form.php
Creates an array from incoming data by extracting only the items which belong to the specified form.
p
top
paint
Form::paint()
in Form.php
Generates the form's output code for display to the end user. Uses the supplied painter object or a DefaultFormPainter object if nothing is supplied.
v
top
validate
Form::validate()
in Form.php
Validates incoming form data.
c
f
l
p
v