The most powerful online Rich Text Editor
ASP Rich Text Editor

Cute Editor for ASP

Leading ASP Rich Text Editor
Buy Now

Getting Started
Basic Examples
Input and Output
Interface Customization
Advanced Topics

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()
 %>