I am using TinyMCE in my page but it\'s not loading the required Html text. I have created the this text dynamically in Javascript using following code but after using TinyMCE t
Following thread helped me to resolve this issue:
TinyMCE not grabbing content from textarea before hiding that textarea
tinyMCE.execCommand('mceAddControl', false, 'editor1');