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

cleanup_on_startup

Removed in 3.4

If you set this option to true, TinyMCE will perform a HTML cleanup call when the editor loads. This option is set to false by default.

Example of usage of the cleanup_on_startup option:

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

See also

The cleanup configuration option.

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.