Editor not editable

Last post 02-28-2008, 4:44 PM by Kevin Rogers. 1 replies.
Sort Posts: Previous Next
  •  02-28-2008, 4:41 PM 37440

    Editor not editable

    Many of my editor boxes aren't editable at the moment.  It's sporadic.  If I refresh the page several times I can eventually get the editor working.  I am running the ASP version.  Here is the code I use to instantiate the object:
     
    <%
        content = gBody
        Dim editor
        Set editor = New CuteEditor

        editor.ID = "Body"
        editor.Text = content
        editor.FilesPath = "../CuteEditor_Files"
        editor.ImageGalleryPath = "/uploads/"
        'Body.Setting("security:ImageGalleryPath")= "/uploads"
        editor.MaxImageSize = 1000
        editor.AutoConfigure = "Simple"
        'editor.TemplateItemList = "Bold,Italic,Underline"
       
        editor.Width = 700
        editor.Height = 400
        editor.Draw()

        ' Request.Form(ID) access from other page
    %>
     
     
    Here is the INCLUDE line at the top of the page:
     
    <!-- #include file = "../CuteEditor_Files/include_CuteEditor.asp" -->
     
    I've checked the paths and they seem to be OK.

  •  02-28-2008, 4:44 PM 37441 in reply to 37440

    Re: Editor not editable

    I get the errors: "missing ;" and  "_CState is not defined" when I have IE report any errors displaying the page.  If that helps.
     

View as RSS news feed in XML