Home
last modified time | relevance | path

Searched refs:addElement (Results 51 – 75 of 166) sorted by relevance

1234567

/plugin/siteexport/syntax/
H A Daggregate.php132 …$form->addElement(form_makeMenuField('baseID', $values, isset($_REQUEST['baseID']) ? $_REQUEST['ba…
133 …$form->addElement(form_makeButton('submit', 'siteexport', $submitLabel, array('class' => 'button d…
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/
H A DimageFonts.js19addElement(t,"img",{src:a.urlRev(j),style:g,isMathJax:true});return""},defineImageData:function(i)…
/plugin/projects/action/
H A Deditformselect.php36 …$event->data['form']->addElement('<div class=error>CodeMirror is not compactable with Javascript a…
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/blogtng/helper/
H A Dentry.php408 $form->addElement(form_makeOpenTag('h3'));
409 $form->addElement(hsc($conf['title']));
410 $form->addElement(form_makeCloseTag('h3'));
413 …$form->addElement(form_makeMenuField('new-title', helper_plugin_blogtng_tools::filterExplodeCSVinp…
415 …$form->addElement(form_makeTextField('new-title', '', $this->getLang('title'), 'btng__nt', 'edit')…
419 …$form->addElement(form_makeTextField('post-tags', implode(', ', $conf['tags']), $this->getLang('ta…
423 …$form->addElement(form_makeMenuField('post-commentstatus', ['enabled', 'closed', 'disabled'], $con…
427 $form->addElement(form_makeButton('submit', null, $this->getLang('create')));
/plugin/enforcesummary/
H A Daction.php49 $event->data->addElement($html);
/plugin/tagsections/action/
H A Deditbutton.php49 …$form->addElement(form_makeButton('submit', 'sectiontag', 'add tag', array( 'range' => $event->dat…
/plugin/bureaucracyau/helper/
H A Dfieldselect.php48 $form->addElement(call_user_func_array('form_makeListboxField',
H A Dfieldmultiselect.php48 $form->addElement(call_user_func_array('form_makeListboxField',
H A Dfieldsubmit.php40 $form->addElement($helper->getHTML());
/plugin/bureaucracy-au/helper/
H A Dfieldselect.php48 $form->addElement(call_user_func_array('form_makeListboxField',
H A Dfieldmultiselect.php48 $form->addElement(call_user_func_array('form_makeListboxField',
H A Dfieldsubmit.php40 $form->addElement($helper->getHTML());
/plugin/bureaucracy/helper/
H A Dfieldselect.php48 $form->addElement(call_user_func_array('form_makeListboxField',
H A Dfieldmultiselect.php48 $form->addElement(call_user_func_array('form_makeListboxField',
H A Dfieldsubmit.php40 $form->addElement($helper->getHTML());
/plugin/spatialhelper/admin/
H A Dpurge.php
/plugin/adfs/
H A Daction.php58 … $event->data->addElement('<a href="' . wl($ID, array('do' => 'login')) . '">Login here</a>');
/plugin/data-au/admin/
H A Dclean.php94 $form->addElement(form_makeButton('submit','admin',$this->getLang('submit_clean')));
/plugin/data/admin/
H A Dclean.php98 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('submit_clean')));
/plugin/combo/ComboStrap/
H A DSnippet.php307 $snippet->addElement($wikiId);
318 $snippet->addElement($wikiId);
333 $snippet->addElement($executingId);
335 $snippet->addElement(Snippet::REQUEST_SCOPE);
656 public function addElement(string $element): Snippet function in ComboStrap\\Snippet
/plugin/twofactorgoogleauth/
H A Daction.php43 $form->addElement(new OtpField('googleauth_verify'));
/plugin/components/syntax/
H A Dslice.php65 $form->addElement(form_makeButton('submit', '', "Slice $from--$to"));
/plugin/semanticdata/
H A Dbureaucracy_field.php56 $form->addElement(call_user_func_array('form_makeListboxField',
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DArrayExpression.php59 public function addElement(AbstractExpression $value, AbstractExpression $key = null) function in Twig\\Node\\Expression\\ArrayExpression

1234567