webhelioCKEditor 3.x forum
Screenshots
groupedcolorbutton.zip
Installation
TextColorBGColor
Customization
groupedColorButton_colors
Screenshots
groupedcolorbutton.zip
Installation
config.extraPlugins = 'groupedcolorbutton';
TextColorBGColor
Customization
groupedColorButton_colors
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
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)