CuteEditor for ASP 6.6 Class Library

Editor.MaxTextLength Property

Gets or sets the maximum number of characters excluding 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 excluding the HTML tags allowed in the Cute Editor.
           editor.MaxTextLength = 500
           editor.Text = "Hello World"
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace