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
 

Customized Toolbar Example


Developers can personalize the toolbar by playing with Template property (see the example code on side).


Title:  

Message:  



Example Code

<%
          Dim editor
          Set editor = New CuteEditor
          editor.ID = "Editor1"
          editor.TemplateItemList = "G_start,Bold,Italic,Underline,Separator,JustifyLeft,JustifyCenter,JustifyRight,G_end"
          editor.ShowBottomBar = false
          editor.Text = "Type here.. "
          editor.Draw()
 %>