TinyMCE:Configuration/verify css classes
From Moxiecode Documentation Wiki
[edit]
Option: verify_css_classes
If you enable this function, class names placed in class attributes will be verified agains the content CSS. So elements with a class attribute containing a class that doesn't exist in the CSS will be removed.
[edit]
Example of usage of the verify_css_classes option:
tinyMCE.init({
...
verify_css_classes : true
});
