Home
last modified time | relevance | path

Searched refs:form (Results 26 – 50 of 62) sorted by relevance

123

/dokuwiki/inc/lang/en/
H A Dresendpwd.txt3 Please enter your user name in the form below to request a new password for your account in this wiki. A confirmation link will be sent to your registered email address.
/dokuwiki/inc/
H A Dhtml.php138 * used as default action form HTML_SECEDIT_BUTTON
170 * Just the back to top button (in its own form)
187 * Displays a button (using its own form)
223 $html = '<form class="button btn_' . $name . '" method="' . $method . '" action="' . $script . '"><div class="no">';
245 $html .= '</div></form>';
660 * Prints the registration form
672 * Print the update profile form
685 * Preprocess edit form data
698 * Display the default edit form
887 * Triggers an event with the form nam
853 html_form($name, $form) global() argument
868 html_form_output($form) global() argument
999 html_sizechange($sizechange, $form = null) global() argument
[all...]
H A Dform.php19 * When printed, the form class calls functions named 'form_$type' for each
30 * it is still widely used in the core and the related form events. Until those have been rewritten,
41 // Draw a border around form fields.
45 // Hidden form fields.
58 * @param mixed $params Parameters for the HTML form element; Using the deprecated
59 * calling convention this is the ID attribute of the form
94 * Usually results in a border drawn around the form.
144 * Appends a content element to the form.
148 * @param string|array $elem Pseudo-tag or string to add to the form.
163 * @param string|array $elem Pseudo-tag or string to add to the form
[all...]
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dmobile.less130 .dokuwiki form.changes ul {
133 [dir=rtl] .dokuwiki form.changes ul {
229 /* search form */
230 #dokuwiki__sitetools form.search {
235 [dir=rtl] #dokuwiki__sitetools form.search {
240 #dokuwiki__sitetools form.search input {
243 .dokuwiki form.search div.ajax_qsearch {
264 #dokuwiki__sitetools form.search input,
279 /* form elements */
H A D_media_fullscreen.css182 #mediamanager__page .panelHeader form.options {
186 [dir=rtl] #mediamanager__page .panelHeader form.options {
223 #mediamanager__page .panelHeader form.options .ui-controlgroup-horizontal label{
371 /* upload form */
413 /* file meta data edit form */
415 #mediamanager__page form.meta div.row {
419 #mediamanager__page form.meta label span {
423 #mediamanager__page form.meta input {
427 #mediamanager__page form.meta button {
431 #mediamanager__page form
[all...]
H A D_forms.css1 /* TODO: this file is not up to the best standards and will be fixed after an overhaul of the form code */
15 .dokuwiki form {
H A Ddesign.less103 form.search div.ajax_qsearch li {
126 form.search {
135 form.search {
157 [dir=rtl] form.search {
H A D_diff.css82 .dokuwiki .diffoptions form {
H A D_media_popup.css118 /*____________ upload form ____________*/
/dokuwiki/inc/lang/lt/
H A Dregister.txt
/dokuwiki/inc/lang/sq/
H A Dresendpwd.txt
/dokuwiki/lib/plugins/logviewer/
H A Dstyle.less2 form {
/dokuwiki/lib/scripts/
H A Dfileuploaderextended.js189 var button = '<form method="post" action="' + action + '" id="mediamanager__done_form"><div>';
192 button += '<button type="submit">' + LANG.media_done_btn + '</button></div></form>';
239 var form = this._createForm(iframe, params);
240 form.appendChild(input);
243 form.appendChild(nameInput);
248 jQuery(form).append(owCheckbox);
266 form.submit();
267 qq.remove(form);
H A Dedit.js165 if (field.form && field.form.prefix) {
167 opts.push(field.form.prefix.value);
H A Dfileuploader.js953 * Class for uploading files using form and iframe
1007 var form = this._createForm(iframe, params);
1008 form.appendChild(input);
1026 form.submit();
1027 qq.remove(form);
1079 // on form submit will open
1094 * Creates form, that will be submitted to iframe
1098 // var form = document.createElement('form');
1099 // form
[all...]
H A Dbehaviour.js119 * automatically submit its parent form when the select value changes.
120 * It also hides the submit button of the form.
124 * @link https://trackjs.com/blog/when-form-submit-is-not-a-function/
129 .change(function(e){ HTMLFormElement.prototype.submit.call(e.target.form); }) argument
130 .closest('form').find(':button').not('.show').hide();
156 var $form, $list, $digest;
158 $form = jQuery('#subscribe__form');
159 if (0 === $form.length) return;
161 $list = $form.find("input[name='sub_style'][value='list']");
162 $digest = $form
[all...]
/dokuwiki/lib/plugins/styling/
H A Dadmin.php46 * Render HTML output, e.g. helpful text and a form
55 $this->form();
60 * Create the actual editing form
62 public function form()
82 echo '<form class="styling" method="post" action="' . $target . '">';
116 echo '</form>';
59 public function form() global() function in admin_plugin_styling
/dokuwiki/lib/plugins/acl/lang/en/
H A Dhelp.txt5 * The form above allows you to see and modify the permissions of a selected user or group.
/dokuwiki/lib/plugins/acl/lang/hu/
H A Dhelp.txt7 A felső form segít a kiválasztott felhasználó vagy csoport jogosultságainak megtekintésében vagy változtatásában.
/dokuwiki/lib/plugins/extension/
H A Dstyle.less359 * Search form
361 #extension__manager form.search {
375 * Install form
377 #extension__manager form.install {
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt16 registries worldwide to be translated between their original (localized) form
17 and their encoded form as it will be used in the DNS (Domain Name System).
35 ACE strings (the Punycode form) are always 7bit ASCII strings.
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DLICENSE12 2. Redistributions in binary form must reproduce the above copyright notice,
/dokuwiki/vendor/simplepie/simplepie/
H A DLICENSE.txt10 * Redistributions in binary form must reproduce the above copyright notice, this list
/dokuwiki/vendor/kissifrot/php-ixr/
H A DLICENSE.txt11 - Redistributions in binary form must reproduce the above copyright
/dokuwiki/lib/plugins/config/
H A Dstyle.css25 #config__manager form { }

123