[Form] element index

Package indexes

All elements
c f l p v
c
top
Method createField
Creates a new FormField object and adds it to the internal field array.
f
top
Variable $fields
Form::$fields in Form.php
An array containing all of the form's elements.
Class Form
Form in Form.php
Page Form.php
Form.php in Form.php
l
top
Method loadFormItems
Creates an array from incoming data by extracting only the items which belong to the specified form.
p
top
Method 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
Method validate
Form::validate() in Form.php
Validates incoming form data.
c f l p v