Home
last modified time | relevance | path

Searched refs:addCheckbox (Results 1 – 25 of 28) sorted by relevance

12

/plugin/tablelayout/action/
H A Dlayoutform.php69 $form->addCheckbox('tableSort', $this->getLang('label:tableSort'));
70 $form->addCheckbox('tableSearch', $this->getLang('label:tableSearch'));
71 $form->addCheckbox('tablePrint', $this->getLang('label:tablePrint'));
/plugin/googleads/
H A Dadmin.php111 …$cb = $form->addCheckbox("googleads[dontcountadmin]", $this->getLang('gads_dont_count_admin'))->us…
116 …$cb = $form->addCheckbox("googleads[dontcountmanager]", $this->getLang('gads_dont_count_manager'))…
121 …$cb = $form->addCheckbox("googleads[dontcountusers]", $this->getLang('gads_dont_count_users'))->us…
/plugin/farmsync/
H A Dadmin.php72 … $form->addCheckbox('farmsync[struct]', $this->getLang('label:struct synchronisation'));
81 $form->addCheckbox('farmsync-animals[' . $animal . ']', $animal);
/plugin/elasticsearch/helper/
H A Dform.php93 $searchForm->addCheckbox($param . '[]')->val($agg['key'])->id("__$param-" . $i);
173 $searchForm->addCheckbox('lang[]')->val($lang)->id("__lang-" . $i);
/plugin/farmsync/action/
H A Dajax.php67 $form->addCheckbox("farmsync_struct[schema_$schema]", "Schema");
68 $form->addCheckbox("farmsync_struct[assign_$schema]", "Replace assignments");
/plugin/watchcycle/
H A Dadmin.php66 $form->addCheckbox('outdated');
H A Daction.php73 $searchForm->addCheckbox('watchcycle_only', $this->getLang('cb only maintained pages'), $advOptionsPos + 1)
/plugin/farmer/admin/
H A Dsetup.php87 $form->addCheckbox('htaccess', $this->getLang('htaccess setup'))->attr('checked', 'checked');
H A Dconfig.php76 $chk = $form->addCheckbox("farmconf[inherit][$key]", $this->getLang('conf_inherit_' . $key))
H A Dnew.php100 $form->addCheckbox('allowreg', $lang['i_allowreg'])
/plugin/acknowledge/
H A Daction.php188 $form->addCheckbox('ack', $this->getLang('ackText'))->attr('required', 'required');
/plugin/oauth/action/
H A Duser.php165 $cb = $form->addCheckbox(
/plugin/keywords/action/
H A Dkeywords.php44 …$form->addCheckbox('updateKeywords', $this->getLang('updateKeywords'))->id('edit__updateKeywords')…
/plugin/fksnewsfeed/admin/
H A Dpush.php114 $newsForm->addCheckbox('all_dependence', $this->getLang('alw_dep'));
/plugin/twofactor/action/
H A Dprofile.php172 $cb = $form->addCheckbox('optout', $this->getLang('optout'));
/plugin/linkback/action/
H A Dsend.php192 $checkbox = $form->addCheckbox('plugin__linkback_toggle', $this->getLang('linkback_enabledisable'), $pos + 1)
/plugin/task/syntax/
H A Dtasks.php206 $input = $form->addCheckbox('view_user', NULL, $pos++);
/plugin/struct/admin/
H A Dschemas.php244 $form->addCheckbox('createPage', 'Create missing pages')->addClass('block edit');
/plugin/diagramsnet/lib/js/diagramly/
H A DMenus.js330 var selection = editorUi.addCheckbox(div, mxResources.get('selectionOnly'),
332 var compressed = editorUi.addCheckbox(div, mxResources.get('compressed'), true);
333 var pages = editorUi.addCheckbox(div, mxResources.get('allPages'), !noPages, noPages);
507 var crop = editorUi.addCheckbox(div, mxResources.get('crop'), false, true);
508 var grid = editorUi.addCheckbox(div, mxResources.get('grid'), false, false);
517 var selection = editorUi.addCheckbox(div, mxResources.get('selectionOnly'),
519 var crop = editorUi.addCheckbox(div, mxResources.get('crop'),
522 var grid = editorUi.addCheckbox(div, mxResources.get('grid'), false, false);
538 include = editorUi.addCheckbox(div, mxResources.get('includeCopyOfMyDiagram'),
545 transparentBkg = editorUi.addCheckbox(div,
[all …]
H A DEditorUi.js5713 var fit = this.addCheckbox(div, mxResources.get('fit'), true);
5716 var layers = this.addCheckbox(div, mxResources.get('layers'), true);
5717 var tags = this.addCheckbox(div, mxResources.get('tags'), true);
5718 var lightbox = this.addCheckbox(div, mxResources.get('lightbox'), true);
5875 var layers = this.addCheckbox(div, mxResources.get('layers'), true);
5879 var tags = this.addCheckbox(div, mxResources.get('tags'), true);
6035 var selection = this.addCheckbox(div, mxResources.get('selectionOnly'),
6134 keepTheme = this.addCheckbox(div, mxResources.get('dark'), true);
6249 var fit = this.addCheckbox(div, mxResources.get('fit'), true);
6250 var shadow = this.addCheckbox(div, mxResources.get('shadow'),
[all …]
/plugin/bookcreator/syntax/
H A Dbookmanager.php262 $form->addCheckbox('book_skipforbiddenpages', $this->getLang('skipforbiddenpages'))
/plugin/backup/
H A Dadmin.php207 $cb = $form->addCheckbox("pref[$pref]", $label)->useInput(false)->addClass('block');
/plugin/blogtng/action/
H A Dedit.php197 $checkbox = $form->addCheckbox('post-tags[]', $val, $pos++)
/plugin/blogtng/helper/
H A Dcomments.php528 $form->addCheckbox('comment-subscribe', $this->getLang('comment_subscribe'))
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js379 …type",c||"text");d.value=b;return this.addField(a,d)};mxForm.prototype.addCheckbox=function(a,b){v… method in mxForm
3495 …dRadiobox=function(b,c,e,g,k,n,p){return this.addCheckbox(b,e,g,k,n,p,!0,c)};EditorUi.prototype.ad…
3496 …));return d};EditorUi.prototype.addEditButton=function(b,c){var d=this.addCheckbox(b,mxResources.g…
3510 …bled","disabled");d.appendChild(l);var t=this.addLinkSection(d),I=this.addCheckbox(d,mxResources.g…
3511addCheckbox(d,mxResources.get("fit"),!0),l=null!=this.pages&&1<this.pages.length,M=M=this.addCheck…
3517addCheckbox(d,mxResources.get("allPages"),e,!e);var E=this.addCheckbox(d,mxResources.get("lightbox…
3521addCheckbox(d,mxResources.get("selectionOnly"),!1,this.editor.graph.isSelectionEmpty()),p=g?null:t…
3524 "0";d.appendChild(u);mxUtils.br(d);var v=this.addCheckbox(d,mxResources.get("selectionOnly"),!1,f.i…
3526addCheckbox(d,mxResources.get("transparentBackground"),!1,null,null,"jpeg"!=t),ea=null;Editor.isDa…
3528 …|"jpeg"==t)H=this.addCheckbox(d,mxResources.get("grid"),!1,this.isOffline()||!this.canvasSupported…
[all …]

12