To use the browser version of TX TextControl with the RapidSpellDialog spell checker is fairly straightforward, involving adding a class implementing ISpellCheckableTextComponent which maps to the BrowserTextControl.
The attached project includes the mapping class, and a simple bit of code to start the spell checker when a button is pressed.
Considerations for browser deployment
Trust; TX requires full CAS trust to operate in a browser. This therefore covers any requirements RapidSpellDialog has.
|