Hi,
I would like to know if it is possible to use setRules while loading ckeditor via jQuery within the config array that is passed to the ckeditor instance when it's loaded. I know I can hardcode this by editing ckeditor.js, but I don't want to do this.
What I would like to be set in config is:
n.setRules('p',{indent:false,breakAfterOpen:false});
Re: setRules and jQuery
I understand you can add that line to the ckeditor.js but I couldn't get it working doing that.