Re: Need Help with Editor Issue - Failed to load the Configure file.

  •  04-14-2010, 3:32 PM

    Re: Need Help with Editor Issue - Failed to load the Configure file.

    Dear JeffClegg,
     
    Please check whether configuration files is existing  in folder "cuteeditor_files\Configuration\AutoConfigure",
    <%
       Dim editor
       Set editor = New CuteEditor
       editor.ID = "Editor1"
       editor.Text = "Type here"
       editor.AutoConfigure = "Full"
       editor.UseHTMLEntities = false  
       editor.EditorBodyStyle = "font:normal 12px arial;"
       editor.EditorWysiwygModeCss = "asp.css"
       editor.Draw()            
       ' Request.Form(ID) access from other page
      %>
    In this snippet, it will load file "cuteeditor_files\Configuration\AutoConfigure\Full.config", if this file cannot be found in that path, it will throw that error.
     
    Regards,
    Eric
     
View Complete Thread