auFormText

From auWiki

Jump to: navigation, search

Contents

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

Hierarchy

[edit] Usage

This class is used to add text 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.

[edit] Public Functions

[edit] new auFormText

new auFormText($title, $text)

Creates a new form text element.

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