I have kinda got spell checker working in my application. (Copied from demo).
Couple of question:
1. I want the spell checker to be a pop up so when it checks an object it will update the object realtime instead of response.redirect (i will be closing the spell checker when done) which wipes out changes i have made to other objects on the form.
2. How do i check multiple textboxes at once?
3. Do you have any other samples.