I\'m in a curious situation where I previously had no problem achieving what I\'m looking for. The following code is a part of an HTML page which is to host a TinyMCE rich t
init_instance_callback: function (editor) {
AFunction();
}
function AFunction(){
//your code here
tinyMCE.get('youtinytextareaname').setContent("your text here");
}