This example demonstrates how you could launch r.a.d.spell with client-side code. You can
now change some of the parameters by using the RadSpell object without posting
back to the server.
The required steps are as follows:
- Obtain a RadSpell reference by using the static GetRadSpell
method, passing it the r.a.d.spell ClientID
- Set the properties
- Start the spellchecking by calling the StartSpellCheck method.
Note: When checking a client-side element you need to set the IsClientID property to true.