Lines Matching refs:searchForm
94 $searchForm = new dokuwiki\Form\Form([
100 $searchForm->addTagOpen('div')->addClass('no');
101 $searchForm->setHiddenField('do', 'search');
102 $searchForm->setHiddenField('id', $ID);
103 $searchForm->setHiddenField('ns', $ns)->addClass('searchform__ns');
104 $searchForm->setHiddenField('-ns', $notns)->addClass('searchform__notns');
105 $searchForm->addTextInput('q')
116 $searchForm->addButton('', $lang['btn_search'])->attrs([
121 … $searchForm->addTagOpen('div')->addClass('ajax_qsearch JSpopup searchform__qsearch_out');
122 $searchForm->addTagClose('div');
124 $searchForm->addTagClose('div');
127 $renderer->doc .= $searchForm->toHTML('quicksearch');