CuteEditor for ASP 6.6 Class Library

Editor.ActiveTab Property

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

Members

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.

See Also

Editor Class | CuteEditor Namespace