getHTML() doesn't work when Cute Editor is in a hidden div

  •  08-19-2009, 2:16 AM

    getHTML() doesn't work when Cute Editor is in a hidden div

    Hello, again,
     
    My app creates editors dynamically to suit each user's language preference, one editor per language, laid out in a tabbed set of divs.  The problem I'm having is that I can't use the "getHTML()" method of any editors that have not been made visible in the window yet.
     
    Per a previous post, I created a JScript method that finds the "1x1.gif" img element in each editor, and then invokes its "onclick" event.  This causes the CuteEditorInitialize() function to run, but none of the Editor specific methods or properties are made available.
     
    Is there a way to force the editor to initialize as it's being loaded rather than waiting until it is being displayed?
     
    Bruce 
View Complete Thread