Home
last modified time | relevance | path

Searched +full:submit -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 48) sorted by relevance

12

/dokuwiki/inc/Ui/
H A DPageDraft.php47 $form->addButton('do[recover]', $lang['btn_recover'])->attrs(['type' => 'submit', 'tabindex' => '1']);
48 $form->addButton('do[draftdel]', $lang['btn_draftdel'])->attrs(['type' => 'submit', 'tabindex' => '2']);
49 $form->addButton('do[show]', $lang['btn_cancel'])->attrs(['type' => 'submit', 'tabindex' => '3']);
H A DPageConflict.php51 $form->addButton('do[save]', $lang['btn_save'])->attrs(['type' => 'submit', 'accesskey' => 's']);
52 $form->addButton('do[cancel]', $lang['btn_cancel'])->attrs(['type' => 'submit']);
H A DUserResendPwd.php67 $form->addButton('', $lang['btn_resendpwd'])->attr('type', 'submit');
94 $form->addButton('', $lang['btn_resendpwd'])->attr('type', 'submit');
H A DEditor.php108 $form->addButton('do[save]', $lang['btn_save'])->attr('type', 'submit')
111 $form->addButton('do[preview]', $lang['btn_preview'])->attr('type', 'submit')
114 $form->addButton('do[cancel]', $lang['btn_cancel'])->attr('type', 'submit')
H A DUserProfile.php125 $form->addButton('', $lang['btn_save'])->attr('type', 'submit');
156 $form->addButton('', $lang['btn_deleteuser'])->attr('type', 'submit');
H A DRecent.php190 $html .= '<button type="submit" name="first[' . $first . ']" accesskey="n"'
198 $html .= '<button type="submit" name="first[' . $last . ']" accesskey="p"'
226 $form->addButton('do[recent]', $lang['btn_apply'])->attr('type', 'submit');
H A DLogin.php65 $form->addButton('', $lang['btn_login'])->attr('type', 'submit');
H A DUserRegister.php65 $form->addButton('', $lang['btn_register'])->attr('type', 'submit');
H A DDiff.php107 // submit button with two checked boxes, eg. &do=diff&rev2[0]=#&rev2[1]=#
/dokuwiki/lib/plugins/popularity/
H A Dadmin.php111 //If we failed to submit the data, try directly with the browser
138 //If we submit via the server, we give the opportunity to suscribe to the autosubmission option
148 $form .= '<button type="submit">' . $this->getLang('submit') . '</button>'
/dokuwiki/lib/scripts/
H A Dbehaviour.js119 * automatically submit its parent form when the select value changes.
120 * It also hides the submit button of the form.
122 * This includes a workaround a weird behaviour when the submit button has a name
124 * @link https://trackjs.com/blog/when-form-submit-is-not-a-function/
129 .change(function(e){ HTMLFormElement.prototype.submit.call(e.target.form); }) method in HTMLFormElement
H A Dhotkeys.js29 * (at anchor elements and button elements [type="submit"]) and registers
62 * Lookup all button [type="submit"] with accesskey and register event -
67 if (i.type == "submit" && i.accessKey != "") {
172 * document.getElementByID('form_1').submit();
H A Dmedia.js48 .on('submit', '#mediamanager__done_form', dw_mediamanager.list);
85 .on('submit', '#dw__mediasearch', dw_mediamanager.list)
95 .on('submit', '#mediamanager__btn_update', dw_mediamanager.list)
97 .on('submit', '#page__revisions', dw_mediamanager.details)
100 .on('submit', '#mediamanager__save_meta', dw_mediamanager.details)
102 .on('submit', '#mediamanager__btn_delete', dw_mediamanager.details)
104 .on('submit', '#mediamanager__btn_restore', dw_mediamanager.details)
106 .on('submit', '.btn_newer, .btn_older', dw_mediamanager.details);
125 // Remove the submit button
126 $options.find('button[type=submit]')
[all...]
H A Dfileuploaderextended.js85 ' <button class="qq-upload-action" type="submit" id="mediamanager__upload_button">' + LANG.media_upload_btn + '</button>' +
192 button += '<button type="submit">' + LANG.media_done_btn + '</button></div></form>';
266 form.submit();
/dokuwiki/lib/plugins/styling/
H A Dadmin.php101 echo '<button type="submit" name="run[preview]" class="btn_preview primary">' .
104 echo '<button type="submit" name="run[reset]">' . $this->getLang('btn_reset') . '</button>';
108 echo '<button type="submit" name="run[save]" class="primary">' . $this->getLang('btn_save') . '</button>';
113 echo '<button type="submit" name="run[revert]">' . $this->getLang('btn_revert') . '</button>';
/dokuwiki/inc/Menu/
H A DMobileMenu.php53 * @param string $button submit button label
89 $html .= '<button type="submit">' . $button . '</button>';
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dbasic.less411 input[type=submit],
428 input[type=submit]:hover,
429 input[type=submit]:active,
430 input[type=submit]:focus,
/dokuwiki/vendor/geshi/geshi/
H A DBUGS28 Send any bug reports to BenBE@omorphia.de, or submit them via the bug tracker at
H A DREADME.md22 report at <BenBE@geshi.org>, submit to the [bug tracker at GitHub](https://github.com/GeSHi/geshi-1.0/issues).
/dokuwiki/lib/plugins/extension/helper/
H A Dgui.php114 $form->addButton('submit', $this->getLang('search'))
115 ->attrs(['type' => 'submit', 'title' => $this->getLang('search')]);
176 ->attrs(['type' => 'submit', 'title' => $this->getLang('btn_install')]);
/dokuwiki/lib/plugins/revert/
H A Dadmin.php76 echo '<button type="submit">' . $lang['btn_search'] . '</button> ';
187 echo '<button type="submit">' . $this->getLang('revert') . '</button> ';
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php67 $form->addButton('submit', '>')->attr('type', 'submit');
/dokuwiki/
H A Dinstall.php271 <button type="submit" name="submit"><?php echo $lang['btn_save'] ?></button>
285 <button type="submit"><?php echo $lang['i_retry']; ?></button>
328 if (isset($_REQUEST['submit'])) {
685 echo ': <select name="l" onchange="submit()">';
691 echo '<button type="submit">' . $lang['btn_update'] . '</button>';
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php124 // submit button name is of the form - fn[cmd][param(s)]
290 echo '<button type="submit" name="fn[delete]" id="usrmgr__del" ' . $delete_disable . '>' .
294 echo '<button type="submit" name="fn[start]" ' . $page_buttons['start'] . '>' .
296 echo '<button type="submit" name="fn[prev]" ' . $page_buttons['prev'] . '>' .
298 echo '<button type="submit" name="fn[next]" ' . $page_buttons['next'] . '>' .
300 echo '<button type="submit" name="fn[last]" ' . $page_buttons['last'] . '>' .
304 echo '<button type="submit" name="fn[search][clear]">' . $this->lang['clear'] . '</button>';
306 echo '<button type="submit" name="fn[export]">' . $export_label . '</button>';
487 echo '<button type="submit" name="fn[' . $cmd . ']">' . $this->lang[$cmd] . '</button>';
593 echo '<button type="submit" nam
[all...]
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt52 * [[https://github.com/splitbrain/dokuwiki/issues|Submit bugs and feature wishes]]

12