I'm having the same problem. I tried using this in config.js config.extraPlugins = 'stylesheetparser'; config.contentsCss = 'blah/css/test.css'; config.stylesSet = []; or setting it in ASP.Net using CKEditorConfig.GlobalConfig.extraPlugins = "stylesheetparser" CKEditor.ContentsCss = "blah/css/test.css" CKEditor.StylesSet = "" or setting them in the page control properties in visiual studio And the Style list is just empty
I have verified that ContentsCss is valid and is applied to the editor window. I have also tried changing the order and not including the StylesSet line. Has anyone made this work?
Re: Stylesheet Parser Plugin set up problem
I tried using this in config.js
config.extraPlugins = 'stylesheetparser';
config.contentsCss = 'blah/css/test.css';
config.stylesSet = [];
or setting it in ASP.Net using
CKEditorConfig.GlobalConfig.extraPlugins = "stylesheetparser"
CKEditor.ContentsCss = "blah/css/test.css"
CKEditor.StylesSet = ""
or setting them in the page control properties in visiual studio
And the Style list is just empty
I have verified that ContentsCss is valid and is applied to the editor window.
I have also tried changing the order and not including the StylesSet line.
Has anyone made this work?
Thanks
Re: Stylesheet Parser Plugin set up problem
I have only empty styles
all Best