|
Getting Started
Basic Examples
Input and Output
Interface Customization
Advanced Topics
|
|
Enable All Toolbars
This example show you all the predefined buttons.
Example Code
<%
Dim editor
Set editor = New CuteEditor
editor.ID = "Editor1"
editor.Text = "..."
editor.FilesPath = "/ASP/CuteEditor_Files"
editor.Draw()
%>
|