auFormHTML

From auWiki

Jump to: navigation, search

Contents

The auFormHTML class is part of the auLib package. It is defined in the auForm.php file.

Hierarchy

[edit] Usage

This class is used to add HTML to a form that doesn’t get sent to the server but still displays. Create an object from this class and add it to an auFormContainer object. This can also be used to add custom fields, but they will have to be validated manually.

[edit] Public Functions

[edit] new auFormHTML

new auFormHTML($title, $html)

Creates a new form HTML element.

  • $title= Short text to display in the label column.
  • $html= HTML to display in the field column.
Personal tools