Home
last modified time | relevance | path

Searched refs:form (Results 51 – 75 of 1387) sorted by relevance

12345678910>>...56

/plugin/struct/meta/
H A DSchemaEditor.php40 * @return string the HTML for the editor form
45 $form = new Form(['method' => 'POST', 'id' => 'plugin__struct_editor']);
46 $form->setHiddenField('do', 'admin');
47 $form->setHiddenField('page', 'struct_schemas');
48 $form->setHiddenField('table', $this->schema->getTable());
49 $form->setHiddenField('schema[id]', $this->schema->getId());
51 $form->addHTML('<table class="inline">');
52 $form->addHTML("<tr>
63 $form->addHTML($this->adminColumn($col->getColref(), $col));
67 $form
[all...]
/plugin/tagging/
H A Dhelper.php80 * Canonicalizes the tag to its lower case nospace form
150 * @return array associative array in form of value => count
317 * Display the Tags for the current page and prepare the tag editing form
349 $form = new dokuwiki\Form\Form();
350 $form->id('tagging__edit');
351 $form->setHiddenField('tagging[id]', $INFO['id']);
352 $form->setHiddenField('call', 'plugin_tagging_save');
357 $form->addTextarea('tagging[tags]')
361 $form->addButton('', $lang['btn_save'])->id('tagging__edit_save');
362 $form
[all...]
/plugin/timetrack/
H A Dhelper.php742 $form = new Form(array(
762 $html = $form->toHTML();
811 $form = new Form(array(
836 $form->addTagOpen('tr');
837 $form->addTagOpen('th');
910 $form->addTag('td');
911 $form->addTag('td');
912 $form->addTag('td');
913 $form->addTag('td');
914 $form->addTag('td');
[all …]
/plugin/bpmnio/action/
H A Deditor.php51 $form = &$event->data['form'];
58 $this->_addHidden($form, 'plugin_bpmnio_data', $data);
59 $this->_addHTML($form, <<<HTML
70 $this->_addHidden($form, 'target', "plugin_bpmnio_{$type}");
71 $this->_addHidden($form, 'range', $RANGE);
84 private function _addHidden($form, $field, $data) argument
86 if (is_a($form, Form::class)) { // $event->name is EDIT_FORM_ADDTEXTAREA
87 $form->setHiddenField($field, $data);
89 $form->addHidden($field, $data);
93 private function _addHTML($form, $data) argument
[all …]
/plugin/farmer/admin/
H A Dnew.php66 * Render HTML output, e.g. helpful text and a form
73 $form = new Form();
74 $form->addClass('plugin_farmer')->id('farmer__create_animal_form');
76 $form->addFieldsetOpen($this->getLang('animal configuration'));
77 $form->addTextInput('animalname', $this->getLang('animal'));
78 $form->addFieldsetClose();
82 $form->addFieldsetOpen($this->getLang('animal template'));
83 $form->addDropdown('animaltemplate', $animals)
85 $form->addFieldsetClose();
87 $form
[all...]
/plugin/move/admin/
H A Dmain.php88 // display form
114 // input came from form
160 * Display the simple move form
172 $form = new Doku_Form(array('action' => wl($ID), 'method' => 'post', 'class' => 'plugin_move_form'));
173 $form->addHidden('page', 'move_main');
174 $form->addHidden('id', $ID);
176 $form->startFieldset($this->getLang('legend'));
178 $form->addElement(form_makeRadioField('class', 'page', $this->getLang('movepage') . ' <code>' . $ID . '</code>', '', 'block radio click-page', array('checked' => 'checked')));
179 $form->addElement(form_makeRadioField('class', 'namespace', $this->getLang('movens') . ' <code>' . getNS($ID) . '</code>', '', 'block radio click-ns'));
181 $form
[all...]
/plugin/securelogin/
H A Dadmin.php90 …$form = new Doku_Form('generate__key', wl($ID,'do=admin,page='.$this->getPluginName(), false, '&')…
91 $form->startFieldset($this->getLang('generate_key'));
93 $form->addElement(form_makeButton('submit', '', $this->getLang('generate')));
94 $form->endFieldset();
96 html_form('generate', $form);
102 …$form = new Doku_Form('test__publicKey', wl($ID,'do=admin,page='.$this->getPluginName(), false, '&…
103 $form->startFieldset($this->getLang('test_key'));
104 …$form->addElement(form_makeTextField('fn[test][message]', $this->getLang('sample_message'), $this-…
105 $form->addElement(form_makeButton('submit', '', $this->getLang('test')));
106 $form->endFieldset();
[all …]
/plugin/guestbook/
H A Dadmin.php50 $form = new guestbook(TRUE);
51 $form->newEntry($this, intval($_POST['oldID']));
56 $form = new guestbook(TRUE);
57 $form->guestActivate($this);
62 $form = new guestbook(TRUE);
63 $form->guestActivateViaMail($this);
68 $form = new guestbook(TRUE);
69 $form->deleteEntry($this);
84 print $guestbook->form($this, intval($_POST['guestEdit']));
/plugin/combo/action/
H A Dregistration.php32 const FORM_REGISTER_CLASS = "form-" . self::TAG;
41 * To modify the register form and add class
59 $form = &$event->data;
60 $class = get_class($form);
65 * @var Doku_Form $form
67 self::updateDokuFormRegistration($form);
72 * @var Form $form
74 self::updateNewFormRegistration($form);
111 private static function updateNewFormRegistration(Form &$form) argument
121 $form
135 updateDokuFormRegistration(Doku_Form& $form) global() argument
[all...]
/plugin/blogtng/
H A Dadmin.php795 $form->addElement('<br />');
797 $form->addElement('<br />');
799 $form->addElement('<br />');
801 $form->addElement('<br />');
803 $form->addElement('<br />');
805 $form->addElement('<br />');
810 $form->endFieldset();
838 $form->endFieldset();
859 $form->startFieldset("");
861 $form->addElement(
[all …]
/plugin/openid/
H A Daction.php281 html_form('register', $form);
289 html_form('complete', $form);
316 $form->addHidden('do', 'openid');
317 $form->addHidden('mode', 'add');
318 $form->addElement(
325 html_form('add', $form);
344 $form->addHidden('do', 'openid');
347 $form->addHidden('mode', 'extra');
360 $form->addHidden('mode', 'login');
368 $form->endFieldset();
[all …]
/plugin/fedauth/classes/usr/
H A Dfa_register.usr.class.php64 $form = new Doku_Form(array('id' => 'dw__register'));
65 $form->startFieldset($lang['btn_register']);
66 $form->addHidden('do', 'fedauth');
67 $form->addHidden('fa[register]', '');
68 $form->addHidden('provid', $data['prid']);
70 …$form->addElement(form_makeTextField('login', $prep['login'], $lang['user'], '', 'block', array('s…
71 …$form->addElement(form_makeTextField('fullname', $prep['fullname'], $lang['fullname'], '', 'block'…
72 …$form->addElement(form_makeTextField('email', $prep['email'], $lang['email'], '', 'block', array('…
73 $form->addElement(form_makeButton('submit', '', $lang['btn_register']));
74 $form->endFieldset();
[all …]
/plugin/authloginapi/
H A Daction.php54 $form = $event->data;
57 while (($field = $form->findElementByType($fieldType)) !== false) {
58 $form->replaceElement($field, null);
61 $buttonPos = $form->findElementByType('button');
62 $button = $form->getElementAt($buttonPos);
64 $form->replaceElement($buttonPos, $button);
74 $form->addHidden('r', $encoded);
77 $form->addHidden('s', $signature);
79 $form->params['action'] = $this->endpoint;
80 $form->params['method'] = 'get';
/plugin/encryptedpasswords/script/
H A DEditorHandling.js27 const form = jQuery(`#${edid}`)[0].form;
29 const prefix = form.prefix.value;
30 const suffix = form.suffix.value;
31 const text = form.wikitext.value;
53 form.prefix.value = await this.decryptSyntax(prefix, passphrase);
54 form.suffix.value = await this.decryptSyntax(suffix, passphrase);
55 form.wikitext.value = await this.decryptSyntax(text, passphrase);
95 const prefix = e.target.form.prefix.value;
96 const suffix = e.target.form
[all...]
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-form.js467 var form = null;
477 form = th.queryElem[0].e.form;
481 if (!e.form) {
484 if (e.form != form) {
493 …r given = (form.attributes.encType && form.attributes.encType.nodeValue) || (form.attributes.encty…
502 var d = form && (form.ownerDocument || form.document) || document;
511 if (!form) {
523 var form = e;
579 form,
587 form.submit();
[all …]
/plugin/wideredit/
H A Dscript.js24 if (selected.form.elements['range'].value < target.form.elements['range'].value) {
25 target.form.elements['hid'].value = selected.form.elements['hid'].value;
26 target.form.elements['summary'].value = selected.form.elements['summary'].value;
29 target.form.elements['range'].value = newRange(
30 target.form.elements['range'].value,
31 selected.form.elements['range'].value
/plugin/fksnewsfeed/inc/renderer/
H A DVyfukRenderer.php93 $form = new Form();
94 $form->addClass('block');
97 $form->setHiddenField('news[id]', $id);
99 $form->setHiddenField('news[do]', 'priority');
107 $form->addElement($priorityValue);
108 $form->addTagClose('div');
114 $form->addElement($priorityFromElement);
115 $form->addTagClose('div');
121 $form->addElement($priorityToElement);
122 $form->addTagClose('div');
[all …]
/plugin/translate/
H A Daction.php152 $form = $event->data;
153 if (is_a($form, \dokuwiki\Form\Form::class)) {
155 $pos = $form->findPositionByType('textarea');
160 $pos = $form->findElementByType('wikitext');
174 $form->addTagClose('div', $pos++);
186 $form->addTagClose('div', $pos++);
187 $form->addTagOpen('div', $pos++)->addClass('clearer');
188 $form->addTagClose('div', $pos++);
199 $form->insertElement($pos++, form_makeCloseTag('div'));
208 $form->insertElement($pos++, $origelem);
[all …]
/plugin/oauth/action/
H A Duser.php111 /** @var Doku_Form $form */
112 $form = $event->data;
113 $pos = $form->findElementByAttribute('type', 'submit');
118 $form->insertElement($pos, form_closefieldset());
119 $form->insertElement(
136 $form->insertElement(++$pos, $elem);
138 $form->insertElement(++$pos, form_closefieldset());
139 $form->insertElement(++$pos, form_openfieldset([]));
154 /** @var Form $form */
155 $form
[all...]
/plugin/data/syntax/
H A Dentry.php161 if (is_a($renderer->form, 'Doku_Form')) {
330 * Gets called from action_plugin_data::_editform() where also the form member is attached
338 $renderer->form->startFieldset($this->getLang('dataentry'));
339 $renderer->form->_content[count($renderer->form->_content) - 1]['class'] = 'plugin__data';
340 $renderer->form->addHidden('range', '0-0'); // Adora Belle bugfix
343 $renderer->form->addHidden('data_edit[classes]', $data['classes']);
348 $renderer->form->addElement(
366 $renderer->form->addElement("<table class=\"$class\">");
374 $renderer->form
[all...]
/plugin/infomail/
H A Dadmin.php37 $form = new Doku_Form('infomail_plugin_admin');
38 … $form->addElement(form_makeTextField('infomail_simple_new', '', $this->getLang('newsimplelist')));
39 $form->addElement(form_makeButton('submit', '', $this->getLang('createnewsimplelist')));
40 $form->printForm();
56 $form = new Doku_Form('infomail_plugin_admin_tpl');
57 $form->addHidden('infomail_edit_tpl', "yes");
58 $form->addElement(form_makeButton('submit', '', $this->getLang('infomail_edit_tpl')));
59 $form->printForm();
/plugin/swiftmail/
H A Dadmin.php60 $form = new Doku_Form(array());
61 $form->startFieldset('Testmail');
62 $form->addHidden('send', 1);
63 $form->addElement(form_makeField('text', 'to', $INPUT->str('to'), 'To:', '', 'block'));
64 $form->addElement(form_makeField('text', 'cc', $INPUT->str('cc'), 'Cc:', '', 'block'));
65 $form->addElement(form_makeField('text', 'bcc', $INPUT->str('bcc'), 'Bcc:', '', 'block'));
66 $form->addElement(form_makeButton('submit', '', 'Send Email'));
68 $form->printForm();
/plugin/smtp/
H A Dadmin.php60 $form = new Doku_Form(array());
61 $form->startFieldset('Testmail');
62 $form->addHidden('send', 1);
63 $form->addElement(form_makeField('text', 'to', $INPUT->str('to'), 'To:', '', 'block'));
64 $form->addElement(form_makeField('text', 'cc', $INPUT->str('cc'), 'Cc:', '', 'block'));
65 $form->addElement(form_makeField('text', 'bcc', $INPUT->str('bcc'), 'Bcc:', '', 'block'));
66 $form->addElement(form_makeButton('submit', '', 'Send Email'));
68 $form->printForm();
/plugin/combo/resources/theme/default/components/css/
H A Dprofile-delete.css2 .form-profile-delete {
8 .form-profile-delete h1 {
17 .form-profile-delete .checkbox {
21 .form-profile-delete .form-floating:focus-within {
25 .form-profile-delete input[type="text"] {
32 .form-profile-delete input[type="password"] {
36 .form-profile-delete .rememberMe {
/plugin/sqlite/
H A Dadmin.php118 // query form
119 $form = new Form(['action' => $this->selfLink()]);
120 $form->addClass('sqliteplugin');
121 $form->addFieldsetOpen('SQL Command');
122 $form->addTextarea('sql')->addClass('edit');
123 $form->addButton('submit', $this->getLang('btn_execute'))->attr('type', 'submit');
124 $form->addTextInput('name', $this->getLang('query_name'));
125 $form->addButton('cmd[save_query]', $this->getLang('save_query'))->attr('type', 'submit');
126 $form->addFieldsetClose();
127 echo $form
226 selfLink($form = true, $params = []) global() argument
[all...]

12345678910>>...56