Knowledgebase Home Page  >  RapidSpell Desktop .NET  >  3rd Party Ctrls
Search the Knowledge Base
How can I use RapidSpellDialog with TXTextControl in a web browser (BrowserTextControl)?
https://keyoti.com/kb/Default.aspx?ToDo=view&questId=163&catId=61

Options

Print this page
Email this to a friend
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.
 
Licensing; the standard licensing operates with executables, since there are none in this setup, please study http://keyoti.com/kb/Default.aspx?ToDo=view&questId=67&catId=64

Related Questions:

Attachments: