The "..More" option for selecting specific colors on text is gone in this new version.
And doesnt seem to work......
There must be a config file guide to enable this. Or... it was forgotten in CkEditor.
Anyone know?
And doesnt seem to work......
config.EnableMoreFontColors = 'true' ;
There must be a config file guide to enable this. Or... it was forgotten in CkEditor.
Anyone know?
Re: Advanced Color Selector Gone for Text...
config.colorButton_enableMore = true;
However, the button doesn't do anything when you push it. I've updated the plugins/colorButton/plugin.js with no avail. Modifying this file has ABSOLUTELY NO EFFECT in the editor.
I believe the code to edit this panel is hiding somewhere else, since I've totally deleted the plugins directory and it is still showing up! And no.. It's not a caching issue either.
Anyone found the place to edit the colorbutton other than plugins/colorbutton/plugin.js ??