HTML Editor for ASP.NET AJAX Professional Edition
CountOptions Property
Server ReferenceWinthusiasm.HtmlEditorHtmlEditorCountOptions
The definition of the count option attributes.
Declaration Syntax
C#
public string CountOptions { get; set; }
Remarks
This string defines the count display options.

The following attributes can be defined:

  • ShowLockedDialog (determines if Locked dialog is displayed when limit is reached or exceeded)
  • BlockSaveAboveLimit (determines if Save is blocked when size exceeds limit)
  • WarningPercentage (determines when a warning level is reached)
  • WarningBold (specifies if the text is bold when the count reaches a warning level)
  • LockedBold (specifies if the text is bold when the count reaches or exceeds a limit)

The following delimiters are used in the definition:

,Comma separates attribute definitions
#Equal sign separates an attribute name from its value
Examples
Set the property declaratively in the HtmlEditor tag:
CopyC#
CountOptions = 
   "ShowLockedDialog=true,BlockSaveAboveLimit=false,WarningPercentage=90,WarningBold=true,LockedBold=true"

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