Wednesday, 11 September 2013

CKEditor multiple style class not working

CKEditor multiple style class not working

I have a custom CMS which using CKEditor. There is a big problem when I am
adding multiple classes to a class attribute.
<p class="abc xyz">
//
</p>
I am adding like this, but it renders as,
<p>
//
</p>
Can I solve this using config.js or something else?

No comments:

Post a Comment