Searched refs:addTextInput (Results 1 – 13 of 13) sorted by relevance
| /dokuwiki/inc/Ui/ |
| H A D | UserRegister.php | 41 $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 D | UserProfile.php | 87 $input = $form->addTextInput('login', $lang['user']) 96 $input = $form->addTextInput('fullname', $lang['fullname']) 105 $input = $form->addTextInput('email', $lang['email'])
|
| H A D | UserResendPwd.php | 90 $input = $form->addTextInput('login', $lang['user'])->addClass('edit');
|
| H A D | Login.php | 53 $input = $form->addTextInput('u', $lang['user'])->id('focus__this')->addClass('edit')
|
| H A D | Editor.php | 120 $input = $form->addTextInput('summary', $lang['summary'])
|
| H A D | Search.php | 83 $searchForm->addTextInput('q')->val($query)->useInput(false);
|
| /dokuwiki/_test/tests/Form/ |
| H A D | InputElementTest.php | 12 $form->addTextInput('foo', 'label text')->val('this is text'); 35 $form->addTextInput('foo', 'label text')->val('this is text'); 50 $form->addTextInput('foo', 'label text')->val('this is text');
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | GuiAdmin.php | 139 $form->addTextInput('q', $this->getLang('search_for')) 171 $form->addTextInput('installurl', $this->getLang('install_url')) 175 $form->addTextInput('installfile', $this->getLang('install_upload'))
|
| /dokuwiki/inc/Form/ |
| H A D | LegacyForm.php | 41 $this->addTextInput($ctl['name'], $ctl['text'])
|
| H A D | Form.php | 219 public function addTextInput($name, $label = '', $pos = -1) function in dokuwiki\\Form\\Form
|
| /dokuwiki/lib/plugins/logviewer/ |
| H A D | admin.php | 65 $form->addTextInput('date', $this->getLang('date'))
|
| /dokuwiki/inc/ |
| H A D | media.php | 197 $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 D | template.php | 760 $searchForm->addTextInput('q')
|