Home
last modified time | relevance | path

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

/plugin/elasticsearch/helper/
Dform.php29 $searchForm = (new Form(['method' => 'get'], true))->addClass('search-results-form');
30 $searchForm->setHiddenField('do', 'search');
32 $searchForm->addFieldsetOpen()->addClass('search-form');
33 $searchForm->addTextInput('q')->val($QUERY)->useInput(false);
34 $searchForm->addButton('', $lang['btn_search'])->attr('type', 'submit');
36 $this->addAdvancedSearch($searchForm, $aggregations);
38 $searchForm->addFieldsetClose();
40 echo $searchForm->toHTML();
46 * @param Form $searchForm
49 protected function addAdvancedSearch(Form $searchForm, array $aggregations) argument
[all …]
/plugin/searchform/
Dsyntax.php94 $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');
[all …]
/plugin/tagging/action/
H A Dsearch.php83 $searchForm = $event->data;
84 $currElemPos = $searchForm->findPositionByAttribute('class', 'advancedOptions');
87 $searchForm->addTagOpen('div', ++$currElemPos)
92 $searchForm->addTagOpen('div', ++$currElemPos)
94 $searchForm->addHTML($this->getLang('search_filter_label'), ++$currElemPos);
95 $searchForm->addTagClose('div', ++$currElemPos);
96 $searchForm->addTagClose('div', ++$currElemPos);
103 $searchForm->setHiddenField('tagging-logic', $active);
105 $searchForm->addTagOpen('div', ++$currElemPos)
111 $toggler = $searchForm->addTagOpen('div', ++$currElemPos)->addClass('current');
[all …]
/plugin/namespacesearch/
Dhelper.php24 $searchForm = ob_get_contents();
42 … $searchForm = substr_replace($searchForm, $namespaceSelect, strpos($searchForm, '<input'), 0);
45 … return '<div id="dokuwiki__sitetools" class="namespacesearch__container">'.$searchForm.'</div>';
47 print '<div class="namespacesearch__container">'.$searchForm.'</div>';
/plugin/addressbook/
Daction.php31 $searchForm = $event->data;
54 $searchForm->addHTML($res);
/plugin/watchcycle/
Daction.php74 $searchForm = $event->data;
75 $advOptionsPos = $searchForm->findPositionByAttribute('class', 'advancedOptions');
76 …$searchForm->addCheckbox('watchcycle_only', $this->getLang('cb only maintained pages'), $advOption…