Home
last modified time | relevance | path

Searched refs:addButton (Results 1 – 25 of 115) sorted by path

12345

/plugin/acknowledge/admin/
H A Dassign.php72 $form->addButton('save', $this->getLang('save'));
H A Dreport.php155 $form->addButton('', '>');
/plugin/adfs/
H A Dadmin.php39 $form->addButton('go', 'Submit')->attr('type', 'submit');
/plugin/adminperm/
H A Dadmin.php70 $form->addButton('submit', $this->getLang('save'));
/plugin/archivegenerator/
H A Dadmin.php479 $form->addButton('submit', $this->getLang('button: generate archive'));
495 $form->addButton('submit', $this->getLang('button: generate archive'));
/plugin/backup/
H A Dadmin.php213 $form->addButton('backup', $this->getLang('bt_create_backup'));
/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/bookcreator/syntax/
H A Dbookmanager.php211 $form->addButton('selectns', $this->getLang('select_namespace'))
226 $form->addButton('resetselection', $this->getLang('reset'))
269 $form->addButton('exportselection', $this->getLang('create'))->attr('type', 'submit');
288 $form->addButton('saveselection', $this->getLang('save'))->attr('type', 'submit');
/plugin/booking/
H A Daction.php182 $form->addButton('submit', $this->getLang('book'));
/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 …]
/plugin/ckgdoku/ckeditor/plugins/about/
H A Dplugin.js19 editor.ui.addButton && editor.ui.addButton( 'About', {
H A Dplugin.js.unc19 editor.ui.addButton && editor.ui.addButton( 'About', {
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js1 …ang["default"]["fontassist"];for(var a in c){if(!d[a]){d[a]=c[a]}}}b.ui.addButton("FontAssist",{la…
H A Dplugin.js.unc30 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.html#addButton
31 editor.ui.addButton( 'FontAssist',
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js1 …new Array();oDokuWiki_FCKEditorInstance.oinsertHtmlCodeObj.count=0}b.ui.addButton("Footnotes",{lab…
H A Dplugin.js.unc33 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.html#addButton
34 editor.ui.addButton( 'Footnotes',
/plugin/ckgdoku/ckeditor/plugins/geshi/
H A Dplugin.js23 editor.ui.addButton( 'Geshi', {
/plugin/ckgdoku/ckeditor/plugins/headerbuttons/
H A Dplugin.js59 editor.ui.addButton('same_header', {
65 editor.ui.addButton('lower_header', {
71 editor.ui.addButton('higher_header', {
77 editor.ui.addButton('none_header', {
/plugin/ckgdoku/ckeditor/plugins/image/
H A Dplugin.js1 …s/image.js");c.addCommand(d,new CKEDITOR.dialogCommand(d));c.ui.addButton&&c.ui.addButton("Image",…
H A Dplugin.js.unc26 editor.ui.addButton && editor.ui.addButton( 'Image', {
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js1 …);b.ui.addButton("Link",{label:b.lang.link.toolbar,command:"link"});b.ui.addButton("Unlink",{label…
H A Dplugin.js.unc15 editor.ui.addButton( 'Link',
20 editor.ui.addButton( 'Unlink',
25 editor.ui.addButton( 'Anchor',
/plugin/ckgdoku/ckeditor/plugins/signature/
H A Dplugin.js1 …href="mailto:'+f+'">'+h+"</a> "+c+"</i>&mdash;";g.insertHtml(e)}});a.ui.addButton("Signature",{lab…
H A Dplugin.js.unc46 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.html#addButton
47 editor.ui.addButton( 'Signature',
/plugin/ckgdoku/ckeditor/plugins/smiley/
H A Dplugin.js1 …img[alt,height,!src,title,width]",requiredContent:"img"}));a.ui.addButton&&a.ui.addButton("Smiley"…

12345