A very simple plugin to group colors on the color palette, as requested by webhelio in the CKEditor 3.x forum.
Screenshots
groupedcolorbutton.zip
Installation
1. Extract the contents of the file into the "plugins" folder of CKEditor.
2. In the CKEditor configuration file (config.js) add the following code:
config.extraPlugins = 'groupedcolorbutton';
Re: Grouped Color Button
Does that mean some other plugins must be available?
Re: Grouped Color Button
Re: Grouped Color Button
Re: Grouped Color Button
Re: Grouped Color Button
Re: Grouped Color Button
(You might need to change your browser settings to allow script from local files before the sample will run.)
If you see the editor but you still don't see the grouped colors, can you let me know what browser and OS you're using?
Attachments:
Re: Grouped Color Button
For those who can't get it to work: I think you need to implement Jquery (see the html file in the sample code)