Home
last modified time | relevance | path

Searched refs:DropdownElement (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/Form/
H A DDropdownElement.php6 * Class DropdownElement
12 class DropdownElement extends InputElement class
56 * @return OptGroup[]|DropdownElement
H A DOptGroup.php23 * This is intended to be only called from within DropdownElement::val()
27 * @see DropdownElement::val()
75 'Please use function "DropdownElement::val()" to set the selected option'
H A DForm.php270 * @return DropdownElement
274 return $this->addElement(new DropdownElement($name, $options, $label), $pos);