Default Configuration
This example show you the default Configuration of editor.
Example Code
<%
Dim editor
Set editor = New CuteEditor
editor.ID = "Editor1"
editor.Text = "..." //feed the editor with data
editor.FilesPath = "/ASP/CuteEditor_Files"
editor.ImageGalleryPath = "/Uploads"
editor.MaxImageSize = 50
editor.Draw()
%>
|