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

  •  08-19-2009, 3:31 AM

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

    Hello, Kenneth,
     
    My problem is not with static editors like in your example.  I cannot get the getHTML() method to word on editor controls that are dynamically generated at runtime if they are in a DIV where "style.display='none'" unless the div is made visible at least once.  Depending on the nature of the document that is being created, there may be many editors added to individual divs as the page loads.
     
    Until a user clicks on one of my tabs so that the editor in that tab becomes visible, the getHTML() does not work for that editor.  It returns a JScript error of "Object doesn't support this property or method."
     
View Complete Thread