Re: CuteEditor in window.showModalDialog problem

  •  10-23-2009, 5:58 AM

    Re: CuteEditor in window.showModalDialog problem

    HI cdpandya1,
     
    Try Editor.UseStandardDialog Property, like beow
     
    <CE:Editor ID="Editor1" runat="server" UseStandardDialog="true">
            </CE:Editor>
     
    Regards,
     
    Ken
View Complete Thread