Home
last modified time | relevance | path

Searched refs:addTextInput (Results 1 – 12 of 12) sorted by relevance

/dokuwiki/inc/Ui/
H A DUserRegister.php41 $input = $form->addTextInput('login', $lang['user'])->attrs($base_attrs)->addClass('edit')
55 $input = $form->addTextInput('fullname', $lang['fullname'])->attrs($base_attrs)->addClass('edit')
60 $input = $form->addTextInput('email', $lang['email'])->attrs($email_attrs)->addClass('edit')
H A DUserProfile.php87 $input = $form->addTextInput('login', $lang['user'])
96 $input = $form->addTextInput('fullname', $lang['fullname'])
105 $input = $form->addTextInput('email', $lang['email'])
H A DLogin.php53 $input = $form->addTextInput('u', $lang['user'])->id('focus__this')->addClass('edit')
H A DUserResendPwd.php90 $input = $form->addTextInput('login', $lang['user'])->addClass('edit');
H A DEditor.php120 $input = $form->addTextInput('summary', $lang['summary'])
H A DSearch.php83 $searchForm->addTextInput('q')->val($query)->useInput(false);
/dokuwiki/lib/plugins/extension/helper/
H A Dgui.php111 $form->addTextInput('q', $this->getLang('search_for'))
164 $form->addTextInput('installurl', $this->getLang('install_url'))
168 $form->addTextInput('installfile', $this->getLang('install_upload'))
/dokuwiki/inc/Form/
H A DLegacyForm.php41 $this->addTextInput($ctl['name'], $ctl['text'])
H A DForm.php219 public function addTextInput($name, $label = '', $pos = -1) function in dokuwiki\\Form\\Form
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php65 $form->addTextInput('date', $this->getLang('date'))
/dokuwiki/inc/
H A Dmedia.php197 $form->addTextInput(
1570 $form->addTextInput('upload', $lang['txt_upload'])->id('upload__file')
1574 $form->addTextInput('mediaid', $lang['txt_filename'])->id('upload__name')
1654 $form->addTextInput('q', $lang['searchmedia'])
H A Dtemplate.php759 $searchForm->addTextInput('q')