Spell checking

35 views
Skip to first unread message

BKV

unread,
Nov 30, 2010, 11:52:44 AM11/30/10
to ModelText
Does ModelText has spell checking possibilities?
Or even provide interfaces to use third party spell checker?
Thanks

Christopher Wells

unread,
Dec 2, 2010, 7:19:26 AM12/2/10
to ModelText
There is no built-in support for spell-checking.

The API would allow to integrate spell-checking of your own:

* Use the API to be notified when the user edits text
* Use the API to extract text from the DOM
* [Spell-check the text using the spell-checker of your choice]
* Use the API to highlight mis-spelled words, probably by inserting
<span> elements around the mis-spelled words to highlight them (and/or
by using the IWindowSelection interface to select the word[s]).
Reply all
Reply to author
Forward
0 new messages