Spell Check in Web

Hi Guys,

I have requirement to have spell check in my domino base web applications. I had same requirement for notes client however in notes client we have something called uidoc.spellcheck() or formula.

I am not sure what approach I have to take for web.

If any one has worked on this please let me know.

In short my web application should have spell check in repsect to if user has mozilla, Internet Explorer or any browser.

Thanks

Harshak

Subject: Spell Check in Web

You can use the code from iNotes to do this. If you search the web you’ll find some blog posts on how to do this. Alternately you can use a 3rd party web editor with spell check. Check htmlarea.com for an example.

Subject: RE: Spell Check in Web

Or you could encourage your users to use a browser that includes spell checking as part of the package (like Firefox).

Subject: RE: Spell Check in Web

Thanks for the reply. Ihave tried to debug the code in iNotes. Somehoe I am not able to locate.

Do u have any idea where exactly it calls this peace of code or like that?

I am checking the third party tool also but if its possible i need to resuse the iNotes code.

Please give me u r views/suggestions