n.setRules('p',{indent:false,breakAfterOpen:false});$(function()
{
var config = {
toolbar:
[
['Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'Link', 'Unlink'],
['UIColor']
]
};
$('.ckeditor').ckeditor();
});
Re: setRules and jQuery
I understand you can add that line to the ckeditor.js but I couldn't get it working doing that.