Home
last modified time | relevance | path

Searched refs:addButton (Results 76 – 100 of 115) sorted by relevance

12345

/plugin/telleveryone/
H A Dadmin.php184 $form->addButton('', $this->getLang($btn_label));
/plugin/issuelinks/admin/
H A Drepoadmin.php141 $configForm->addButton('', $this->getLang('btn:Submit'))->attr('type', 'submit');
/plugin/booking/
H A Daction.php182 $form->addButton('submit', $this->getLang('book'));
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js.unc15 editor.ui.addButton( 'Link',
20 editor.ui.addButton( 'Unlink',
25 editor.ui.addButton( 'Anchor',
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc15 editor.ui.addButton( 'Link',
20 editor.ui.addButton( 'Unlink',
25 editor.ui.addButton( 'Anchor',
/plugin/elasticsearch/helper/
H A Dform.php32 $searchForm->addButton('', $lang['btn_search'])->attr('type', 'submit');
/plugin/tagging/
H A Dhelper.php361 $form->addButton('', $lang['btn_save'])->id('tagging__edit_save');
362 $form->addButton('', $lang['btn_cancel'])->id('tagging__edit_cancel');
888 $form->addButton('cmd[clean]', $this->getLang('admin clean'));
/plugin/archivegenerator/
H A Dadmin.php479 $form->addButton('submit', $this->getLang('button: generate archive'));
495 $form->addButton('submit', $this->getLang('button: generate archive'));
/plugin/structnotification/
H A Dadmin.php207 $form->addButton('action', $this->getLang($action))->val($action);
/plugin/recommend/
H A Daction.php170 $form->addButton('submit', $this->getLang('send'))->attr('type', 'submit');
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js.unc33 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.html#addButton
34 editor.ui.addButton( 'Footnotes',
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc33 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.html#addButton
34 editor.ui.addButton( 'Footnotes',
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js2163 var addButton = mxUtils.bind(this, function(fn, imgSrc, tip)
2192 addButton(mxUtils.bind(this, function(evt)
2268 addButton(mxUtils.bind(this, function(evt)
2274 addButton(mxUtils.bind(this, function(evt)
2280 addButton(mxUtils.bind(this, function(evt)
2419 this.addChromelessToolbarItems(addButton);
2424 addButton(mxUtils.bind(this, function(evt)
2454 addButton(mxUtils.bind(this, function(evt)
2471 addButton(mxUtils.bind(this, function(evt)
2489 addButton(mxUtils.bind(this, function(evt)
[all …]
H A DToolbar.js497 this.addButton('geIcon geSprite geSprite-code', mxResources.get('html'), function()
889 elt = this.addButton(sprite, tooltip, action.funct, c);
910 Toolbar.prototype.addButton = function(classname, tooltip, funct, c) method in Toolbar
/plugin/blogtng/helper/
H A Dcomments.php520 …$form->addButton('do[comment_preview]', $this->getLang('comment_preview')) //no type submit(defaul…
523 … $form->addButton('do[comment_submit]', $this->getLang('comment_submit')) //no type submit(default)
/plugin/judge/
H A Daction.php55 public function addButton(Doku_Event $event) function in action_plugin_judge
/plugin/filelisting/
H A Dhelper.php88 $form->addButton('do[plugin_filelisting_delete]', $this->getLang('delete_selected'));
/plugin/task/syntax/
H A Dtask.php226 $form->addButton(NULL, $this->getLang('btn_change'), $pos++);
H A Dtasks.php215 $form->addButton(NULL, $this->getLang('btn_refresh'), $pos++);
/plugin/farmer/admin/
H A Dnew.php127 $form->addButton('farmer__submit', $this->getLang('submit'))
/plugin/preregister/
H A Daction.php156 $button = $form->addButton('preregister','submit');
/plugin/userimportextended/
H A Dadmin.php97 $form->addButton('cmd[import]', $this->getLang('btn_import'));
/plugin/backup/
H A Dadmin.php213 $form->addButton('backup', $this->getLang('bt_create_backup'));
/plugin/fksnewsfeed/
H A Daction.php331 $form->addButton('submit', $this->getLang('save'))->addClass('btn btn-success');
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js604 …ddCommand(e,new CKEDITOR.styleCommand(m,{contentForms:g}));a.ui.addButton&&a.ui.addButton(b,{label…
613 …ion c(b,d,e,f,h){a.addCommand(e,new CKEDITOR.command(a,f));a.ui.addButton&&a.ui.addButton(b,{label…
786 …g=0;g<m.length;g++)m[g].remove(!0);f.selectBookmarks(h)}});a.ui.addButton&&a.ui.addButton("CreateD…
817 …ace")).canUndo=!1;a.ui.addButton&&(a.ui.addButton("Find",{label:a.lang.find.find,command:"find",to…
883 … e));b.ui.addButton&&(b.ui.addButton("Indent",{label:b.lang.indent.indent,command:"indent",directi…
905addButton&&(a.ui.addButton("JustifyLeft",{label:a.lang.justify.left,command:"justifyleft",toolbar:…
915addButton&&(a.ui.addButton("Link",{label:a.lang.link.toolbar,command:"link",toolbar:"links,10"}),a…
952 …ui.addButton&&(a.ui.addButton("NumberedList",{label:a.lang.list.numberedlist,command:"numberedlist…
1009addButton&&b.ui.addButton("Preview",{label:b.lang.preview.preview,command:"preview",toolbar:"docum…
1010 …rmat",CKEDITOR.plugins.removeformat.commands.removeformat);a.ui.addButton&&a.ui.addButton("RemoveF…
[all …]

12345