Re: Editor is not adding images

  •  01-19-2006, 8:00 AM

    Re: Editor is not adding images

    Well i assume the latest version as just bought it about a month ago... well in the page i have set the configuration as


    Dim editor
    Set editor = New CuteEditor
    editor.ID = "Editor1"
    editor.EditCompleteDocument = true
    editor.LoadHTML("document.html")
    editor.FilesPath = "editor"
    <strong>editor.ImageGalleryPath = "images"</strong>
    editor.Template= "G_Start,Separator,Bold,Italic,Underline,JustifyLeft,JustifyCenter,JustifyRight,Separator,ForeColor,SetFontColor,InsertImage,InsertLink,G_End"



    Thanks for the help
View Complete Thread