Re: _CState Error

  •  10-26-2006, 3:10 PM

    Re: _CState Error

    I am getting the same error on a new install.
     
    script errors on load (little pop ups):
    Line 1 Expected: ';'
    Line 8 Error: "_CState"isundefined
     
    Then the editor appears but not functional.
    Running under localhost
     
    Code:
     

    dim content

     

    content = request.Form("Editor1")

     

    Dim editor

    Set editor = New CuteEditor

    editor.ID = "Editor1"

    editor.Text = content

    editor.FilesPath = "/inc/CuteEditor_Files"

    editor.ImageGalleryPath = "/inc"

    editor.MaxImageSize = 50

    editor.AutoConfigure = "Simple"

    'editor.Template= "Bold,Italic,Underline"

    'editor.Width = 600

    'editor.Height = 240

    editor.Draw()
     
View Complete Thread