Image Editor needs to popup on window.top (rather than current frame)

Last post 01-19-2010, 2:11 AM by geewhizbang. 2 replies.
Sort Posts: Previous Next
  •  01-18-2010, 7:21 PM 58250

    Image Editor needs to popup on window.top (rather than current frame)

    To prevent CuteEdit from having undersirable interactions with our code, we are running it inside an iframe.
     
    However, when we click the Image Insert button, it pops up its window inside the current frame, which cannot be made large enough to display the entire (overly) large dialog.
     
    Is there a way a configuration that can be done to cute edit to make it popup the image dialog to window.top instead of the current frame?

    Geoff Swenson
    Seattle Washington
    Filed under: ,
  •  01-18-2010, 9:07 PM 58253 in reply to 58250

    Re: Image Editor needs to popup on window.top (rather than current frame)

    Hi geewhizbang,
     
    Try use UseStandardDialog, like below.
     
     <CE:Editor ID="Editor1" runat="server" UseStandardDialog="true">
                </CE:Editor>
     
    Regards,
     
    Ken
  •  01-19-2010, 2:11 AM 58261 in reply to 58253

    Re: Image Editor needs to popup on window.top (rather than current frame)

    Thank you , that solves the problem.

    Geoff Swenson
    Seattle Washington
View as RSS news feed in XML