Home
last modified time | relevance | path

Searched refs:TextareaElement (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/inc/Form/
H A DForm.php283 * @return TextareaElement
287 return $this->addElement(new TextareaElement($name, $label), $pos);
H A DTextareaElement.php6 * Class TextareaElement
9 class TextareaElement extends InputElement class