When i'm putting some HTML/avascript code in TinyMCE, the code reformats or disappears after saving the page. I want to disable this. Is there any way to stop the reformatting?

link|improve this question

67% accept rate
what do you mean by putting html/avascript in tinymce? – Prashanth Jun 24 '11 at 2:41
feedback

1 Answer

There is a tinymce init parameter called cleanup. You need to set

cleanup: false,
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.