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
UI Customization
Advanced Topics
 

Enable All Toolbars

This example show you all the predefined buttons.

Full Full_noform Simple Minimal None


 Example Code

<%
          Dim editor
          Set editor = New CuteEditor
          editor.ID = "Editor1"
          editor.Text = "..."
          editor.FilesPath = "/ASP/CuteEditor_Files"
          editor.Draw()
 %>