Re: Where can i found the mini file ...

  •  01-11-2005, 1:23 PM

    Re: Where can i found the mini file ...

                Dim Content
                 Dim editor
                 Set editor = New CuteEditor
                 editor.ID = "Editor1"
                 Content="blablabla"
                 editor.Text = Content
                 editor.FilesPath = "Editor_Files"
                 editor.ImageGalleryPath = "/Uploads"
                 editor.flashPath = "/Uploads"
                 editor.MaxImageSize = 50
                 editor.AutoConfigure = "simple"
                 editor.ShowLogo = false
                 editor.StyleSheetPath = "/editor_files/Royalblue.css"
                 editor.Width = 500
                 editor.Height = 350
                 editor.Draw()
View Complete Thread