The following lines have always been used in our config.js file:
config.extraPlugins = 'stylesheetparser';
config.contentsCss = '/admin/editorstyles.css';
config.stylesSet = [];
Never had a problem until going to version 4.3. The editor seems to be completely ignoring these lines. I have tried it the way you see it above. And I have tried it without the extraPlugins line like this:
config.contentsCss = '/admin/editorstyles.css';
config.stylesSet = [];
Both ways fail for me. I want the styles of the editor to render using my CSS in the editor box itself. On sites running the older version of ckEditor, this seems to work fine. But since 4.3, it doesn't work.
Can anyone help me?
Thank you in advance
Have you cleared cache and
Have you cleared cache and checked that config.js with those lines loads corretly? We use those options in many places and they work just fine.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Yep. of course. I found my
Yep. of course. I found my problem. When I did the build, I chose the optimized version. Didn't seem to include the parser plugin - even though I added it. So I did the "big and slow" download. Everything was there - and when I uploaded everything, it worked fine!
Thanks for helping.