Home
last modified time | relevance | path

Searched refs:useInput (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/inc/Form/
H A DInputElement.php24 protected $useInput = true; variable in dokuwiki\\Form\\InputElement
58 public function useInput($useinput) function in dokuwiki\\Form\\InputElement
60 $this->useInput = (bool) $useinput;
97 * is nested deeper, you should call useInput(false) and set the
121 * Handles the useInput flag and set the value attribute accordingly
150 if ($this->useInput) $this->prefillInput();
H A DTextareaElement.php50 if ($this->useInput) $this->prefillInput();
H A DDropdownElement.php184 } elseif ($this->useInput) {
/dokuwiki/inc/Ui/
H A DPageDiff.php314 $input->useInput(false); // inhibit prefillInput() during toHTML() process
483 $input->useInput(false);
489 $input->useInput(false);
H A DSearch.php83 $searchForm->addTextInput('q')->val($query)->useInput(false);
/dokuwiki/inc/
H A Dtemplate.php749 ->useInput(false);