How can I toggle the readonly state in an initialized tinyMCE container?
Whilst the tinyMCE is initialised in a common javascript file, the option I want to change is specific to the logic of an individual page, and changes based on user’s input via a checkbox.
This are some of the things I tried and all resulted in failure:
http://pastebin.com/JEn2fyE6
I just managed to do it this way:
Having the
textareaset with idintroI do this