Home
last modified time | relevance | path

Searched refs:form (Results 126 – 150 of 1387) sorted by relevance

12345678910>>...56

/plugin/html2pdf/snorriheim/
H A Dmedia.css133 /* --- upload form --- */
140 #media__content form#dw__upload {
145 #media__content form#dw__upload fieldset {
151 #media__content form#dw__upload p {
163 /* --- meta edit form --- */
165 #media__content form.meta {
170 #media__content form.meta label {
179 #media__content form.meta .edit {
188 #media__content form.meta textarea.edit {
192 #media__content form.meta div.metafield {
[all …]
/plugin/prosemirror/action/
H A Deditor.php66 /** @var Doku_Form|\dokuwiki\Form\Form $form */
67 $form = $event->data;
70 if ($this->isReadOnly($form)) return;
95 if (is_a($form, \dokuwiki\Form\Form::class)) {
96 $form->addElement($this->buildToggleButton(), 0);
97 $form->setHiddenField('prosemirror_json',$prosemirrorJSON);
98 $form->addHTML('<div class="prosemirror_wrapper" id="prosemirror__editor"></div>', 1);
101 $form->insertElement(0, $this->buildOldToggleButton());
102 $form->addHidden('prosemirror_json',$prosemirrorJSON);
103 $form
338 isReadOnly($form) global() argument
[all...]
/plugin/data-au/syntax/
H A Dentry.php301 $renderer->form->startFieldset($this->getLang('dataentry'));
302 $renderer->form->_content[count($renderer->form->_content) - 1]['class'] = 'plugin__dataau';
322 $renderer->form->addElement("<table class=\"$class\">");
330 $renderer->form->addElement($header);
348 $renderer->form->addElement('<tr class="hidden">');
350 $renderer->form->addElement('<tr>');
411 $renderer->form->addElement($cell);
412 $renderer->form->addElement('</td>');
414 $renderer->form->addElement('</tr>');
417 $renderer->form->addElement('</table>');
[all …]
/plugin/toolbox/
H A DToolboxCounter.js57 if (textarea.form.elements.prefix && textarea.form.elements.prefix.value) {
58 counts.call += charcounter(textarea.form.elements.prefix.value);
59 counts.wall += wordcounter(textarea.form.elements.prefix.value);
61 if (textarea.form.elements.suffix && textarea.form.elements.suffix.value) {
62 counts.call += charcounter(textarea.form.elements.suffix.value);
63 counts.wall += wordcounter(textarea.form.elements.suffix.value);
/plugin/siteexport/syntax/
H A Daggregate.php77 $form = new Doku_Form($formParams);
80 $form->addHidden('ns', $ID);
81 $form->addHidden('site', $ID);
84 $form->addHidden('siteexport_aggregate', '1');
107 $form->addHidden($key, $value);
132 …$form->addElement(form_makeMenuField('baseID', $values, isset($_REQUEST['baseID']) ? $_REQUEST['ba…
133 …$form->addElement(form_makeButton('submit', 'siteexport', $submitLabel, array('class' => 'button d…
136 $form->printForm();
/plugin/semanticdata/syntax/
H A Dentry.php219 $renderer->form->_content[count($renderer->form->_content) - 1]['class'] = 'plugin__data';
223 $renderer->form->addElement('<table>');
226 $renderer->form->addElement('<table>');
232 $renderer->form->addElement($text . '</tr>');
252 $renderer->form->addElement('<tr>');
285 $renderer->form->addElement('<td>');
286 $renderer->form->addElement($cell);
287 $renderer->form->addElement('</td>');
289 $renderer->form->addElement('</tr>');
292 $renderer->form->addElement('</table>');
[all …]
/plugin/log/
H A Dscript.js9 function handleEvent( form ) { argument
13 'url': form.action,
14 'data': jQuery( form ).serialize(),
20 jQuery( form )
39 }).appendTo( form )
/plugin/tagadd/
H A Daction.php112 $form = $this->createForm($ID, $ns);
113 $Hajax->success(['form' => $form]);
180 $form = new Doku_Form('tagadd__form');
181 $form->_content[]='<div id="tagadd__accordion" height="800px">';
183 $this->createAccordion($form,$nsTags,$siteTags);
185 $html .= $form->getForm();
216 * @param Doku_Form $form doku form instance
221 protected function createAccordion($form,$nsTags,$siteTags) argument
235 … $form->addElement(form_makeCheckboxField('tag', $tag, $tag, 'ad_'.$tag, 'tagadd', $chk_attrs));
238 $form->_content[]='</div>';
[all …]
/plugin/data-au/admin/
H A Dclean.php90 $form = new Doku_Form(array('method'=>'post'));
91 $form->addHidden('page','dataau_clean');
92 $form->addHidden('dataau_go','go');
94 $form->addElement(form_makeButton('submit','admin',$this->getLang('submit_clean')));
95 $form->printForm();
/plugin/data/admin/
H A Dclean.php94 $form = new Doku_Form(['method' => 'post']);
95 $form->addHidden('page', 'data_clean');
96 $form->addHidden('data_go', 'go');
98 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('submit_clean')));
99 $form->printForm();
/plugin/timetrack/
H A Dadmin.php67 $form = new Form(array(
70 $form->setHiddenField('do', 'admin');
71 $form->setHiddenField('page', 'timetrack');
74 $form->addButton('export', 'Excel');
75 echo $form->toHTML();
/plugin/translate/
H A Dstyle.css25 /* translate page with form */
26 div.dokuwiki form#translate__plugin fieldset {
29 div.dokuwiki form#translate__plugin label {
34 div.dokuwiki form#translate__plugin label span {
40 div.dokuwiki form#translate__plugin label textarea.edit,
41 div.dokuwiki form#translate__plugin label input.edit {
47 div.dokuwiki form#translate__plugin label select {
H A Dhelper.php394 $form = new Doku_Form('translate__plugin');
395 $form->startFieldset($this->getLang('translation'));
396 $form->addHidden('id',$ID);
397 $form->addHidden('do','translate');
401 $form->addElement(form_makeTextField('',$this->getLanguageName($source_lang),
413 $form->addElement(form_makeTextField('',p_get_first_heading($ID),
419 $form->printForm();
432 $form = new Doku_Form('translate__plugin');
433 $form->startFieldset($this->getLang('create_new_page'));
434 $form->addHidden('do','createpage');
[all …]
/plugin/booking/
H A Daction.php169 $form = new dokuwiki\Form\Form();
170 $form->addFieldsetOpen($this->getLang('headline'));
171 $form->addTextInput('date')
174 $form->addTextInput('time')
178 $form->addTextInput('length')
182 $form->addButton('submit', $this->getLang('book'));
183 $form->addFieldsetClose();
184 echo $form->toHTML();
/plugin/ac/
H A Dajax_loader.php7 $form = new Doku_Form(array('class' => 'ajax_loader'));
8 $form->addHidden('call', "ajax_loader_$plugin");
10 $form->addHidden("ajax_loader_data[$k]", $v);
12 return '<div>' . $form->getForm() . '</div>';
/plugin/ajaxloader/
H A Dhelper.php19 $form = new Doku_Form(array('class' => 'ajax_loader'));
20 $form->addHidden('call', "ajax_loader_$plugin");
22 $form->addHidden("ajax_loader_data[$k]", $v);
24 return '<div>' . $form->getForm() . '</div>';
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/
H A Dbootstrap.php19 …n normalizer_is_normalized($string, $form = p\Normalizer::FORM_C) { return p\Normalizer::isNormali… argument
22 …nction normalizer_normalize($string, $form = p\Normalizer::FORM_C) { return p\Normalizer::normaliz… argument
H A Dbootstrap80.php15 …ed(?string $string, ?int $form = p\Normalizer::FORM_C): bool { return p\Normalizer::isNormalized((… argument
18 …(?string $string, ?int $form = p\Normalizer::FORM_C): string|false { return p\Normalizer::normaliz… argument
/plugin/datatemplate/
H A Dstyle.css1 form.filterform_plugin fieldset.filterform {
8 form.filterform_plugin .cell{
13 form.filterform_plugin label.text {
17 form.filterform_plugin label.text input {
21 form.filterform_plugin label.row {
27 form.filterform_plugin div.group {
/plugin/linkback/action/
H A Dsend.php182 /** @var Form|Doku_Form $form */
183 $form = $event->data;
184 if(is_a($form, Form::class)) {
186 $pos = $form->findPositionByAttribute('id','wiki__editbar');
188 $form->addTagOpen('div', $pos);
191 $form->setHiddenField('plugin__linkback_toggle','');
192 $checkbox = $form->addCheckbox('plugin__linkback_toggle', $this->getLang('linkback_enabledisable'), $pos + 1)
200 $form->addTagClose('div', $pos + 2);
203 $pos = $form->findElementById('wiki__editbar');
204 $form
[all...]
/plugin/combo/resources/theme/default/components/css/
H A Dsubscribe.css1 .subscribe-cs form {
7 .subscribe-cs form input[type="email"] {
13 .subscribe-cs form input[type="email"]:focus {
16 .subscribe-cs form button {
22 .subscribe-cs form button:hover {
/plugin/loglog/
H A Dadmin.php66 $form = new dokuwiki\Form\Form(['method'=>'GET']);
67 $form->setHiddenField('do', 'admin');
68 $form->setHiddenField('page', 'loglog');
69 $form->setHiddenField('time', $time);
70 $form->addDropdown(
80 $form->addButton('submit', $this->getLang('submit'))->attr('type','submit');
81 echo $form->toHTML();
/plugin/twofactortelegram/
H A Daction.php30 public function renderProfileForm(Form $form) argument
35 $form->addHTML('<p>' . $this->getLang('intro') . '</p>');
36 … $form->addTextInput('new_chat_id', $this->getLang('chat_id'))->attr('autocomplete', 'off');
38 $form->addHTML('<p>' . $this->getLang('verifynotice') . '</p>');
39 $form->addElement(new OtpField('verify'));
42 return $form;
/plugin/confmanager/
H A Djquery.form.js382 sub = form.clk;
484 form.submit();
779 var form = this;
780 form.clk = target;
795 setTimeout(function() { form.clk = form.clk_x = form.clk_y = null; }, 100);
821 var form = this[0];
822 var els = semantic ? form.getElementsByTagName('*') : form.elements;
839 a.push({name: n+'.x', value: form.clk_x}, {name: n+'.y', value: form.clk_y});
873 if (!semantic && form.clk) {
879 a.push({name: n+'.x', value: form.clk_x}, {name: n+'.y', value: form.clk_y});
[all …]
/plugin/loadskin/
H A Dhelper.php67 $form = new Doku_Form(array(
72 $form->addHidden('act','select');
73 $form->addElement(form_makeListboxField(
82 $form->addElement(form_makeButton(
90 $out .= $form->getForm();

12345678910>>...56