Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CKEditor Custom Plugins Button

Tags:

ckeditor

I've written a custom plugin for CKEditor--successful on all fronts, save one currently: I can't, for the life of me, figure out how to customize the image on the button in the toolbar of the editor. As I'm a new user, you'll have to click through to see attached image; the highlighted square in the top left should have a pretty picture (like most of the other toolbar items).

Screenshot

like image 669
isparling Avatar asked Jul 16 '09 19:07

isparling


People also ask

How do I add plugins to CKEditor 5?

Adding a plugin to a buildClone the build repository. Install the plugin package. Add it to the build configuration. Bundle the build.

How do I customize my CKEditor toolbar?

The simplest way to configure the toolbar is to use the dedicated toolbar configurator that is available in each editor installation package starting from CKEditor 4.5. The editor instance below was configured by using the accessible "toolbar groups" approach, with some unwanted buttons removed by setting the config.


1 Answers

I have written a complete tutorial covering every aspect of CKeditor plugin development, including buttons, context menus, dialogs and more.

like image 56
geo Avatar answered Sep 21 '22 07:09

geo