Various WebSpellChecker actions
WebSpellChecker provides 4 actions on a mistyped word, Change, Add to Dictionary,
Ignore, and Ignore All.
“Change” action will simply replace the mistyped word with the selected suggested
text. “Add to dictionary” is a handy feature when editing technical content or journal
with various jargons. It simply lets end user to add his own word into WebSpellchecker’s
dictionary. “Ignore” and “Ignore All” share a similarity. “Ignore” lets end user
to ignore a mistype word and consider it as a correct. WebTextEditor will skip to
the next word. When the same ignored word is found later, it will still be marked
as a mistyped word. “Ignore All” basically instructs WebSpellChecker to ignore one
specific word in the entire content.
Use WebSpellChecker with other controls
WebSpellChecker is not only designed to work with WebTextEditor, but also other
controls. Simply assign two properties and it will perform spell checking on the
specified control automatically.