PATH:
home
/
letacommog
/
letaweb
/
scripts
/
libraries
/
ckeditor_standard
/
plugins
/
removebutton
CKEDITOR.plugins.add( 'removebutton', { requires: 'panelbutton', icons: 'removeButton', // %REMOVE_LINE_CORE% hidpi: false, // %REMOVE_LINE_CORE% init: function( editor ) { var config = editor.config, lang = editor.lang.palettecolorbutton; editor.addCommand("removebutton", CKEDITOR.plugins.removebutton); editor.ui.addButton && editor.ui.addButton("RemoveBlock", { label: "Remove Block", command: "removebutton", icon:'removeButton', toolbar: "toolbars" }) } } ); CKEDITOR.plugins.removebutton = { exec: function( editor ) { editor.fire("removeBlock") } };
[+]
..
[+]
lang
[-] plugin.js
[edit]
[+]
icons