Could not get the cute editor instance

  •  08-17-2006, 8:45 PM

    Could not get the cute editor instance

    I added a custom button and use it to open a custom dialog box. I get an error "Name Editor1 not declared" error in the window where the dialog box should appear. The error message refers to this line:
     
    // get the cute editor instance
        var editor1 = document.getElementById('<%=Editor1.ClientID%>');
     
    The code I'm using is almost the same as on http://cutesoft.net/forums/thread/17696.aspx
     
    Any idea what's going on? Thanks in advance!
     
     
     

     
View Complete Thread