user1645751
user1645751

Reputation:

TinyMce 3.5 disable cleanup

After editing the content using the html window, tinymce removes some html content. Is there any way to disable the cleanup method in tinymce 3.5?

Upvotes: 3

Views: 1126

Answers (1)

Thariama
Thariama

Reputation: 50832

No, this feature has been removed since tinymce version 3.4. See the tinymce docs for more information. If there is code that should not get stripped out of the editor you will need to adjust your editor settings valid_elements and valid_children.

Upvotes: 2

Related Questions