CuteEditor for ASP 6.6 Class Library

Editor.ShowHtmlMode Property

Specifies whether the Html Mode tab appear.


Example Code

      <%
           Dim editor
           Set editor = New CuteEditor
           editor.ID = "Editor1"
           'Specifies whether the Html Mode tab appear.
           editor.ShowHtmlMode = false
           editor.Text = "Hello World"
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace