how to fully initiate the editor by js

  •  05-20-2010, 12:51 AM

    how to fully initiate the editor by js

    I think I found a fundentmental issue: If I put an editor in <div id="div1" style="display :none;"></div> , the editor won't be completed loaded when the page loads up. When I first fire the js function to set document.getElementById("<%=txtcurrentDiv.clientid %>").style.display="" , it finanlly get it initiated. (I can then step into the event CuteEditor_OnInitialized(editor)  )
     
    So my question is: is there any way to fully load up the editor even if it's in a hidden div?
     
    this is very important as I use a lot of ajax control tool, if I can fully load it when page loads, I will get problem in using the editor.
     
    pls help
View Complete Thread