[ Index ] |
PHP Cross Reference of DokuWiki |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 55 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
TextareaElement:: (3 methods):
__construct()
val()
mainElementHTML()
Class: TextareaElement - X-Ref
Class TextareaElement__construct($name, $label) X-Ref |
param: string $name The name of this form element param: string $label The label text for this element |
val($value = null) X-Ref |
Get or set the element's value This is the preferred way of setting the element's value return: string|$this param: null|string $value |
mainElementHTML() X-Ref |
The HTML representation of this element return: string |