Important changes to Tiny Cloud pricing > Find out more
Return to Website

verify_css_classes

If you enable this option, class names placed in class attributes will be verified against the content CSS so elements with a class attribute containing a class that doesn't exist in the CSS will be removed.

Example of usage of the verify_css_classes option:

tinyMCE.init({
    ...
    verify_css_classes : true
});

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.