[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/inc/Form/ -> TextareaElement.php (summary)

(no description)

File Size: 54 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

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

param: null|string $value
return: string|$this

mainElementHTML()   X-Ref
The HTML representation of this element

return: string