TinyMCE Talk:Turn tinyMCE into an Ajax editor
From Moxiecode Documentation Wiki
For this topic to be complete, it might be nice to include some discussion and an example of how to dynamically create and destroy TinyMCE instances. I'm working on an ajax editor where the user selects what they want to edit from a tree, and a corresponding form is dynamically loaded into the page (I'm also using Prototype's ajax.updater). And I'd like the textareas in the newly loaded form to become RTE. I found it very easy to do this with FCKeditor, but have spent most of a day having difficulties doing it with TinyMCE.
Hi, I'm agree with your issue. I'm trying to use tinymce editor integrated with extjs but there are more difficulties than I expected. In particular i can't find in tiny documentation a clear way to create and destroy editor without running into problems.
