Sets which Tab is active (Edit/Code/View).
Example Code
<%
Dim editor
Set editor =
New CuteEditor
editor.ID =
"Editor1"
'Sets
which Tab is active
editor.ActiveTab
= "Code"
editor.Text =
"Hello World"
editor.Draw()
%>
Member Name | Description |
---|---|
Edit | The view in which you do most of your work |
Code | Code view lets you manually edit your HTML code |
View | Approximates how your page will display in the Internet Explorer browser. |
Editor Class | CuteEditor Namespace