Home
last modified time | relevance | path

Searched refs:addDropdown (Results 1 – 4 of 4) sorted by last modified time

/dokuwiki/inc/Ui/
H A DPageDiff.php311 $input = $form->addDropdown('difftype', $options, $lang['diff_type'])
481 $input = $form->addDropdown('rev2[0]', $options)
487 $input = $form->addDropdown('rev2[1]', $options)
H A DRecent.php224 $form->addDropdown('show_changes', $options, $lang['changes_type'])
/dokuwiki/inc/Form/
H A DForm.php272 public function addDropdown($name, $options, $label = '', $pos = -1) function in dokuwiki\\Form\\Form
/dokuwiki/lib/plugins/authad/
H A Daction.php89 $element = $form->addDropdown('dom', $domains, $this->getLang('domain'), $pos + 1);