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()
%>
Editor Class | CuteEditor Namespace