Searched refs:useInput (Results 1 – 6 of 6) sorted by relevance
24 protected $useInput = true; variable in dokuwiki\\Form\\InputElement58 public function useInput($useinput) function in dokuwiki\\Form\\InputElement60 $this->useInput = (bool) $useinput;150 if ($this->useInput) $this->prefillInput();
50 if ($this->useInput) $this->prefillInput();
184 } elseif ($this->useInput) {
314 $input->useInput(false); // inhibit prefillInput() during toHTML() process483 $input->useInput(false);489 $input->useInput(false);
83 $searchForm->addTextInput('q')->val($query)->useInput(false);
770 ->useInput(false);