Re: 'CuteEditorClientClass' is undefined

  •  02-02-2006, 2:36 PM

    Re: 'CuteEditorClientClass' is undefined

    The problem was the location of the client files

    I solved it by doing this:

    editor.FilesPath = Server.MapPath("/CuteSoft_Client/CuteEditor/")
     
    the path may be different depending on the location of your files
     
    Hope this helps
View Complete Thread