I hava an textarea and I am using tinyMCE on that textarea.
What I am doing actually is that when the page is opened, I am populating the textarea with some text, and af
You can use the tinyMCE.activeEditor.setContent('some html');
tinyMCE.activeEditor.setContent('some html');
Check this Answer