Home
last modified time | relevance | path

Searched refs:addElement (Results 26 – 50 of 166) sorted by relevance

1234567

/plugin/data-au/syntax/
H A Dentry.php312 …$renderer->form->addElement(form_makeField('text', 'dataau_edit[classes]', $dataau['classes'], $th…
322 $renderer->form->addElement("<table class=\"$class\">");
330 $renderer->form->addElement($header);
348 $renderer->form->addElement('<tr class="hidden">');
350 $renderer->form->addElement('<tr>');
410 $renderer->form->addElement("<td class=\"{$columns[$index]}\">");
411 $renderer->form->addElement($cell);
412 $renderer->form->addElement('</td>');
414 $renderer->form->addElement('</tr>');
417 $renderer->form->addElement('</table>');
/plugin/securelogin/
H A Dadmin.php92 …$form->addElement(form_makeMenuField('fn[newkey]', $this->slhlp->getKeyLengths(), $this->slhlp->ge…
93 $form->addElement(form_makeButton('submit', '', $this->getLang('generate')));
104 …$form->addElement(form_makeTextField('fn[test][message]', $this->getLang('sample_message'), $this-…
105 $form->addElement(form_makeButton('submit', '', $this->getLang('test')));
/plugin/linkfix/
H A Dadmin.php75 $form->addElement(form_makeTextField('searchin', '', $this->getLang('searchin'), '', 'block'));
76 $form->addElement(form_makeTextField('changefrom', '', $this->getLang('changefrom'), '', 'block'));
77 $form->addElement(form_makeTextField('changeto', '', $this->getLang('changeto'), '', 'block'));
78 $form->addElement(form_makeRadioField('type', 'links', $this->getLang('links'), '', 'block tick', array('checked' => 'checked')));
79 $form->addElement(form_makeRadioField('type', 'media', $this->getLang('media'), '', 'block tick'));
80 $form->addElement(form_makeCheckboxField('dryrun', '1', $this->getLang('dryrun'), '', 'block tick', array('checked' => 'checked')));
81 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('submit')));
/plugin/infomail/
H A Dadmin.php38 … $form->addElement(form_makeTextField('infomail_simple_new', '', $this->getLang('newsimplelist')));
39 $form->addElement(form_makeButton('submit', '', $this->getLang('createnewsimplelist')));
58 $form->addElement(form_makeButton('submit', '', $this->getLang('infomail_edit_tpl')));
/plugin/upload/
H A Dsyntax.php119 …$form->addElement(form_makeTextField('new_name', '', $lang['txt_filename'] . ':', 'upload__name'));
126 $form->addElement(
134 $form->addElement(form_makeButton('submit', '', $lang['btn_upload']));
/plugin/virtualgroup/
H A Dadmin.php
/plugin/data/syntax/
H A Dentry.php348 $renderer->form->addElement(
366 $renderer->form->addElement("<table class=\"$class\">");
374 $renderer->form->addElement($header);
392 $renderer->form->addElement('<tr class="hidden">');
394 $renderer->form->addElement('<tr>');
481 $renderer->form->addElement("<td class=\"{$columns[$index]}\">");
482 $renderer->form->addElement($cell);
483 $renderer->form->addElement('</td>');
485 $renderer->form->addElement('</tr>');
488 $renderer->form->addElement('</tabl
[all...]
/plugin/openid/
H A Daction.php318 $form->addElement(
324 $form->addElement(form_makeButton('submit', '', $this->getLang('add_button')));
353 …$form->addElement(form_makeTextField('nickname', $_REQUEST['nickname'], $lang['user'], null, $c, $…
354 $form->addElement(form_makeTextField('email', $_REQUEST['email'], $lang['email'], '', $c, $p));
355 …$form->addElement(form_makeTextField('fullname', $_REQUEST['fullname'], $lang['fullname'], '', $c,…
357 $form->addElement(form_makeButton('submit', '', $this->getLang('complete_button')));
364 …$form->addElement(form_makeTextField('openid_identifier', $_REQUEST['openid_identifier'], $this->g…
366 $form->addElement(form_makeButton('submit', '', $lang['btn_login']));
/plugin/translate/
H A Dhelper.php401 $form->addElement(form_makeTextField('',$this->getLanguageName($source_lang),
411 …$form->addElement(form_makeListboxField('to',$options,$target_lang,$this->getLang('translate_to'),…
413 $form->addElement(form_makeTextField('',p_get_first_heading($ID),
417 …$form->addElement(form_makeTextField('title',$target_title,$this->getLang('translated_title'),'',$…
418 $form->addElement(form_makeButton('submit','', $this->getLang('create_translation')));
442 …$form->addElement(form_makeListboxField('lang',$options,$_REQUEST['lang'],$this->getLang('language…
443 …$form->addElement(form_makeTextField('title',$_REQUEST['title'],$this->getLang('title'),'',$class)…
444 $form->addElement(form_makeButton('submit','', $GLOBALS['lang']['btn_create']));
/plugin/cleanup/
H A Dadmin.php48 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('preview')));
69 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('execute')));
/plugin/loadskin/
H A Dhelper.php73 $form->addElement(form_makeListboxField(
82 $form->addElement(form_makeButton(
/plugin/bureaucracyau/helper/
H A Dfieldradio.php65 $form->addElement($s);
79 $form->addElement(form_makeRadioField($name, $val, $val, $_id, $class, $attrs));
/plugin/bureaucracy-au/helper/
H A Dfieldradio.php65 $form->addElement($s);
79 $form->addElement(form_makeRadioField($name, $val, $val, $_id, $class, $attrs));
/plugin/bureaucracy/helper/
H A Dfieldradio.php65 $form->addElement($s);
79 $form->addElement(form_makeRadioField($name, $val, $val, $_id, $class, $attrs));
/plugin/tagfilter/syntax/
H A Dfilter.php315 $form->addElement([
352 $form->addElement(form_makeListboxField($label, $pagetitles, $selectedTags, $label, $id, 'tagfilter', $attrs));
410 $form->addElement(form_makeListboxField($label, $tags, $selectedTags, $label, $id, 'tagfilter', $attrs));
413 $form->addElement(form_makeButton('button', '', $this->getLang('Delete filter'), ['onclick' => 'tagfilter_cleanform(' . $opt['id'] . ',true)']));
415 $form->addElement('<div class="tagfilter_count">' . $this->getLang('found_count') . ': ' . '<span class="tagfilter_count_number"></span></div>');
/plugin/diagramsnet/lib/math/extensions/TeX/
H A DnoErrors.js19addElement(p,"br",{isMathJax:true})}}var q=h.getHD(p.parentNode),k=h.getW(p.parentNode);if(l>1){va…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMultipartStream.php73 $this->addElement($stream, $element);
82 private function addElement(AppendStream $stream, array $element) function in GuzzleHttp\\Psr7\\MultipartStream
/plugin/fksnewsfeed/inc/renderer/
H A DVyfukRenderer.php107 $form->addElement($priorityValue);
114 $form->addElement($priorityFromElement);
121 $form->addElement($priorityToElement);
H A DFykosRenderer.php91 $form->addElement($priorityValue);
98 $form->addElement($priorityFromElement);
105 $form->addElement($priorityToElement);
/plugin/fileshare/syntax/
H A DFileshare.php223 $form->addElement ( formSecurityToken () );
226 $form->addElement ( form_makeFileField ( 'upload', '', 'upload__file' ) );
227 $form->addElement ( form_makeButton ( 'submit', '', $lang ['btn_upload'] ) );
/plugin/log/
H A Dsyntax.php125 $form->addElement(form_makeTextField('log_text', '', $this->getLang('newentry')));
128 $form->addElement(form_makeButton('submit', null, $this->getLang('save')));
/plugin/dokutranslate/
H A Dsyntax.php374 …$form->addElement(form_makeTextField('review', $myReview['message'], $this->getLang('trans_message…
375 …$form->addElement(form_makeMenuField('quality', $listbox, strval($myReview['quality']), $this->get…
382 …$form->addElement(form_makeCheckboxField('incomplete', '1', $this->getLang('trans_incomplete'), ''…
383 $form->addElement(form_makeButton('submit', '', $this->getLang('add_review')));
/plugin/translator/
H A Dhelper.php594 …$form->addElement(form_makeListboxField('Category', array_keys($categories), $_REQUEST['Category']…
595 $form->addElement(form_makeTag('br'));
596 …$form->addElement(form_makeListboxField('Version', $versions, $_REQUEST['Version'], $this->getLang…
597 $form->addElement(form_makeTag('br'));
598 …$form->addElement(form_makeListboxField('Language', $languages, $_REQUEST['Language'], $this->getL…
599 $form->addElement(form_makeTag('br'));
600 … $form->addElement(form_makeField('submit', 'export_language', $this->getLang('Export'), ''));
973 …$form->addElement(form_makeCheckboxField("revert[{$revertable['current_date_time']}][{$revertable[…
974 $form->addElement(form_makeTag('br'));
977 $form->addElement($this->getLang('RevertManagerHowTo'));
[all …]
/plugin/conflictmerger/
H A Daction.php264 … $form->addElement(form_makeButton('submit', 'save', $lang['btn_save'], array('accesskey'=>'s')));
265 … $form->addElement(form_makeButton('submit', 'edit', $lang['btn_edit'], array('accesskey'=>'e')));
266 $form->addElement(form_makeButton('submit', 'cancel', $lang['btn_cancel']));
/plugin/combo/ComboStrap/
H A DSnippetSystem.php137 ->addElement($slot);
185 ->addElement(Snippet::REQUEST_SCOPE)
230 ->addElement(Snippet::REQUEST_SCOPE);

1234567