Re: Select an image outside of Cute Editor?

  •  05-03-2005, 3:41 PM

    Re: Select an image outside of Cute Editor?

    No reply from iTim...

    Can you tell me what js function I need to call in order to invoke the Insert Image window please Adam...
     
    I'm trying to do something like the following:

     
    [myButton] --> onclick = "callImageInsert()"
     


    function callImageInsert()
    {
    var editor1 = document.getElementById('<%=Editor1.ClientID%>');

    var editdoc=editor1.GetDocument();

    editdoc.insertImage();
    }
     
     
    Understand?
View Complete Thread