Accessing modal dialogs

  •  04-12-2006, 8:28 AM

    Accessing modal dialogs

    Hi,
     
    Ive been searching the forum but cant get att solution for accessing the modal dialogs without using the editor.
     
    Im evaluating the editor for use with an CMS and would like to use some of its features in other functions.
     
    Id like to trigger to trigger a modaldialog on a button click and return the value from the dialog to a textbox.
     
    Ive seen a solution like this but it does not work for me.
    var url=showModalDialog("../CuteSoft_Client/CuteEditor/Dialogs/InsertImage.aspx?settinghash=&<%=Editor1.Setting.GetHashString()%>", "Image Manager","dialogWidth:670px;dialogHeight:650px");
     
    Best regards
    Thomas
     
View Complete Thread