CuteEditor for ASP 6.6 Class Library

Editor.MaxHTMLLength Property

Gets or sets the maximum number of characters including the HTML tags allowed in the Cute Editor. Default is zero, indicating no maximum.


Example Code

      <%
           Dim editor
           Set editor = New CuteEditor
           editor.ID = "Editor1"
           'Gets or sets the maximum number of characters including the HTML tags allowed in the Cute Editor.
           editor.MaxHTMLLength = 2000
           editor.Text = "Hello World"
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace