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

validate_children

Removed in 3.4

This option is not enabled by default in 3.3.8, meaning that the Schema class never validates HTML structure.

When true, this option validates child elements html (similar to the old valid_child_elements configuration option). See classes/dom/Schema.js for the isValid function which is run when validate_children is true.

Example of usage of the validate_children option:

tinyMCE.init({
    ...
    validate_children : 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.