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