Home
last modified time | relevance | path

Searched refs:form (Results 201 – 225 of 1387) sorted by relevance

12345678910>>...56

/plugin/bureaucracyau/helper/
H A Dfieldhidden.php22 * @param Doku_Form $form The target Doku_Form object
25 function renderfield($params, Doku_Form $form, $formid) { argument
27 $form->addHidden($params['name'], $this->getParam('value') . '');
H A Dfieldfieldset.php37 * @param Doku_Form $form The target Doku_Form object
40 function renderfield($params, Doku_Form $form, $formid) { argument
41 $form->startFieldset(hsc($this->getParam('display')));
53 … $form->addElement('<p class="bureaucracyau_depends">' . vsprintf($msg, $dependencies) . '</p>');
/plugin/bureaucracy/helper/
H A Dfieldhidden.php22 * @param Doku_Form $form The target Doku_Form object
25 function renderfield($params, Doku_Form $form, $formid) { argument
27 $form->addHidden($params['name'], $this->getParam('value') . '');
H A Dfieldfieldset.php37 * @param Doku_Form $form The target Doku_Form object
40 function renderfield($params, Doku_Form $form, $formid) { argument
41 $form->startFieldset(hsc($this->getParam('display')));
53 … $form->addElement('<p class="bureaucracy_depends">' . vsprintf($msg, $dependencies) . '</p>');
/plugin/tablelayout/action/
H A Daction.php48 $form =& $event->data;
50 if (is_a($form, \dokuwiki\Form\Form::class) && $INPUT->str('target') === 'table') {
51 $form->setHiddenField('tablelayout', $INPUT->str('tablelayout'));
54 if (is_a($form, Doku_Form::class) && $event->data->_hidden['target'] !== 'table') {
55 $form->addHidden('tablelayout', $INPUT->str('tablelayout'));
/plugin/dokucrypt2/patches/
H A Dpatch1.diff21 - if (field.form.prefix) {
22 + if (field.form && field.form.prefix) { // DOKUCRYPT
24 opts.push(field.form.prefix.value);
/plugin/glossary/
H A Dscript.js55 function glossaryUpdateProposalLabel (form) { argument
56form.elements[4].value = LANG["plugins"]["glossary"][form.elements[7].value ? "update" : "proposal…
184 function glossaryAjax (form) { argument
186 for (var idx = 0; idx < form.elements.length; idx++) {
187 var elem = form.elements[idx];
194 glossarySend (form, DOKU_BASE+"lib/plugins/glossary/ajax.php", params);
/plugin/fileshare/syntax/
H A DFileshare.php222 $form = new Doku_Form ( $params );
223 $form->addElement ( formSecurityToken () );
225 $form->addHidden ( 'ns', hsc ( $ns ) );
226 $form->addElement ( form_makeFileField ( 'upload', '', 'upload__file' ) );
227 $form->addElement ( form_makeButton ( 'submit', '', $lang ['btn_upload'] ) );
228 $form->endFieldset ();
231 $html .= $form->getForm ();
/plugin/bureaucracy-au/helper/
H A Dfieldfieldset.php37 * @param Doku_Form $form The target Doku_Form object
40 function renderfield($params, Doku_Form $form, $formid) { argument
41 $form->startFieldset(hsc($this->getParam('display')));
53 … $form->addElement('<p class="bureaucracyau_depends">' . vsprintf($msg, $dependencies) . '</p>');
/plugin/schedule/
H A Dscript.js35 function scheduleAjax (form, action, md5) { argument
38 for (var idx = 0; idx < form.elements.length; idx++) {
39 var elem = form.elements[idx];
54 scheduleSend (form,
/plugin/data-au/helper/
H A Daliastextbox.php86 public function renderfield($params, Doku_Form $form, $formid) { argument
90 parent::renderfield($params, $form, $formid);
94 if(!$form->_infieldset) {
95 $form->startFieldset('');
109 $form->addElement(call_user_func_array('form_makeListboxField',
/plugin/data/
H A Dbureaucracy_field.php89 * @params Doku_Form $form The target Doku_Form object
90 * @params int $formid unique identifier of the form which contains this field argument
92 public function renderfield($params, Doku_Form $form, $formid)
97 parent::renderfield($params, $form, $formid);
101 if (!$form->_infieldset) {
102 $form->startFieldset('');
116 $form->addElement(call_user_func_array(
140 * @param helper_plugin_bureaucracy_field[] $fields (reference) form fields (POST handled upto $this field)
141 * @param int $index index number of field in form
142 * @param int $formid unique identifier of the form whic
[all...]
/plugin/data/helper/
H A Daliastextbox.php84 * @params Doku_Form $form The target Doku_Form object
85 * @params int $formid unique identifier of the form which contains this field
87 public function renderfield($params, Doku_Form $form, $formid)
92 parent::renderfield($params, $form, $formid);
96 if (!$form->_infieldset) {
97 $form->startFieldset('');
111 $form->addElement(call_user_func_array(
135 * @param helper_plugin_bureaucracy_field[] $fields (reference) form fields (POST handled upto $this field)
136 * @param int $index index number of field in form
137 * @param int $formid unique identifier of the form whic
86 renderfield($params, Doku_Form $form, $formid) global() argument
[all...]
/plugin/ac/
H A Dscript.js1 function sack_form(form, func) { argument
4 var inps = form.getElementsByTagName(tag);
13 ajax.elementObj = form.parentNode;
/plugin/tagsections/action/
H A Deditbutton.php48 $form = new Doku_Form(array('class' => 'sectiontag__form btn_secedit'));
49 …$form->addElement(form_makeButton('submit', 'sectiontag', 'add tag', array( 'range' => $event->dat…
50 …<div class="sectiontag secedit editbutton_'.$event->data['secid'].'">' . $form->getForm() . '</div…
/plugin/gallery/script/
H A Dprosemirror.js30 * Get the fields for the key value form with values
210 * Handle our submitted form
241 this.form.hide();
293 this.form = new window.Prosemirror.classes.KeyValueForm(
316 thisView.form.show();
322 this.form.on('submit', handleFormSubmit.bind(this));
333 thisView.form.show();
359 this.form.hide();
396 var form = new window.Prosemirror.classes.KeyValueForm(
400 form
[all...]
/plugin/custombuttons/
H A Dstyle.less5 form {
18 form#cb_button_list {
26 form#cb_add_button {
/plugin/tagfilter/syntax/
H A Dfilter.php19 /** @var int[] counts forms per page for creating an unique form id */
90 * int 'id' unique number for current form,
249 * Returns html of the tagfilter form
307 $form = new Doku_Form([
315 $form->addElement([
323 $form->_infieldset = true; //Fieldset starten
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
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTag.php41 protected $form; variable in Mpdf\\Tag\\Tag
90 Form $form, argument
102 $this->form = $form;
/plugin/fastwiki/
H A Dscript.js97 var form = $(this).parents('form');
98 if (form.length > 0 && form[0]['do'] && form[0]['do'].value in m_supportedActions) {
101 $('input[type != "submit"]', form).each(function(idx, elt) {
108 var params = _formToObj(form[0]);
150 var form = $(this).parents('form');
151 load('edit', form, _formToOb
425 _formToObj(form) global() argument
510 AnonymousFunction713c75ae1700(idx, form) global() argument
[all...]
/plugin/task/syntax/
H A Dtask.php203 $form = new dokuwiki\Form\Form(array('id' => 'task__changetask_form'));
206 $form->addHTML('<div class="no">', $pos++);
209 $form->setHiddenField ('id', $ID);
210 $form->setHiddenField ('do', 'changetask');
222 $input = $form->addDropdown('status', $dropDownOptions, NULL, $pos++);
226 $form->addButton(NULL, $this->getLang('btn_change'), $pos++);
228 $form->addHTML('</div>', $pos++);
230 return $form->toHTML();
/plugin/namespacesearch/
H A Dsyntax.php56 $form = new Doku_Form('namespacesearchForm', wl($ID));
57 …$form->addElement(form_makeTextField('namespacesearchField', $FANCYDATA['namespacesearchField'], $…
85 function _capture_form_output($form) { argument
87 if ( !$form ) { return ''; }
89 $form->printForm();
/plugin/etherpadlite/
H A Dstyle.css8 .pad-form label {
13 .pad-form input, .pad-form select {
/plugin/ckgdoku/ckeditor/adapters/
H A Djquery.js8form).submit();return!1},null,null,20);if(e.config.autoUpdateElementJquery&&b.is("textarea")&&a(h.
/plugin/ckgedit/ckeditor/adapters/
H A Djquery.js8form).submit();return!1},null,null,20);if(e.config.autoUpdateElementJquery&&b.is("textarea")&&a(h.

12345678910>>...56