TinyMCE:Configuration/cleanup on startup
From Moxiecode Documentation Wiki
[edit]
Option: cleanup_on_startup
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.
[edit]
Example of usage of the cleanup_on_startup option:
tinyMCE.init({
...
cleanup_on_startup : true
});
[edit]
