CuteEditor for ASP 6.6 Class Library

Editor.ShowWordCount Property

Specifies whether the Word Count toolbar appear.


Example Code

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

See Also

Editor Class | CuteEditor Namespace