Rank: Newbie
Groups: Registered
Joined: 3/19/2015 Posts: 8
|
Is it possible to associate rapid spell with tools other than asp:textbox? For example textarea? If so, how is it done?
Thanks
|
Rank: Advanced Member
Groups: Administrators, Registered
Joined: 8/13/2004 Posts: 2,669 Location: Canada
|
If you're using version 4, with our JS mode usage, eg. http://keyoti.com/produc.../JSmode/As_you_type.htm
then you don't need to do anything, it works with textarea or asp:textbox as is (provided the textarea has an 'id' attribute). If you're using version 4, 3 or 2, with our Server Control mode usage, eg. http://keyoti.com/produc...%20Spell%20Checking.htm
then it works with textarea, just set the TextComponentID attribute to the 'id' of the textarea. Best Jim -your feedback is helpful to other users, thank you!
|