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

verify_html

This option enables or disables the element cleanup functionality. If you set this option to false, all element cleanup will be skipped but other cleanup functionality such as URL conversion will still be executed.

Example of usage of the verify_html option:

tinyMCE.init({
    ...
    verify_html : false
});

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.