HTML Editor for ASP.NET AJAX Professional Edition
CountLimits Property
Server ReferenceWinthusiasm.HtmlEditorHtmlEditorCountLimits
The definition of the Word, Character and Length count limits.
Declaration Syntax
C#
public string CountLimits { get; set; }
Remarks
This string defines the count limits for each of the following count type identifiers:

  • Words
  • Characters
  • Length (Html length)

A limit of 0 indicates no limit, which is the default. Note that no spaces are allowed in the definition and the identifiers are case-sensitive.

The following delimiters are used in the definition:

,Comma separates type definitions
#Equal sign separates a type name from its value
Examples
Set the property declaratively in the HtmlEditor tag:
CopyC#
CountLimits = "Words=5000,Characters=25000,Length=50000"

Assembly: Winthusiasm.HtmlEditor (Module: Winthusiasm.HtmlEditor) Version: 2.7.0.0 (2.7.0.0)