auFormText
Jump to navigation
Jump to search
The auFormText class is part of the auLib package. It is defined in the auForm.php file.
- Hierarchy
- auFormElement
- auFormText
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.
Public Functions
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.