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';
This plugin replaces the existing TextColor and BGColor buttons, so there should be no need to modify your toolbar configuration.
Customization
To customize the colors and groups displayed, modify the groupedColorButton_colors setting:
config.groupedColorButton_colors = [ { title: "Brand Colors", colors: "A70000,818181,000,BE671A" }, { title: "Default Colors", colors: CKEDITOR.config.colorButton_colors } ];
Re: Grouped Color Button
Does that mean some other plugins must be available?
Re: Grouped Color Button
is this plugin can work on wordpress or only on joomla and drupal ?
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)