HTML Editor for ASP.NET AJAX
EmotionsFolder Property
Server ReferenceWinthusiasm.HtmlEditorHtmlEditorEmotionsFolder
The absolute Url to the emotion images folder.
Declaration Syntax
C#
public string EmotionsFolder { get; set; }
Remarks
Setting a Url enables the Emotions functionality.

The emotion images must be copied to a path on the site. Then this property must be set to point to that location. In addition the Emotions property should be modified if the image files copied are not the default set.

Examples
Set the property declaratively in the HtmlEditor tag:
CopyC#
EmotionsFolder = "~/Images/Emotions"

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