auFormHTML: Difference between revisions
Appearance
Misterhaan (talk | contribs) New page: {{RightTOC}} FormHTML Category:Class Category:PHP The auFormHTML class is part of the auLib package. It is defined in the auForm.php file. ;Hierarchy * [[au... |
Misterhaan (talk | contribs) |
||
Line 18: | Line 18: | ||
* $title= Short text to display in the label column. | * $title= Short text to display in the label column. | ||
* $html= HTML to display in the field column. | * $html= HTML to display in the field column. | ||
Revision as of 14:40, 22 April 2008
The auFormHTML class is part of the auLib package. It is defined in the auForm.php file.
- Hierarchy
- auFormElement
- auFormHTML
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.
Public Functions
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.