Gets or sets the ID of the SpellChecker control used by the editor.
[Visual Basic]
Public Property SpellCheckerID As
String
[C#]
public
String SpellCheckerID {get; set;}
Remarks
The editor relies on an external SpellChecker control to spell check the contents. Use this property to specify the ID of the external spell checker control.
See Also
Editor Class | EO.Web Namespace