The Hoju Saram

Tuesday, September 19, 2006

Using the iNotes Spell Checker in your own Domino Apps.

Database can be downloaded here

iNotes is a very nice web frontend to domino mail. Similar to what OWA is to exchange mail. Part of inotes is an integrated spell checker, which was always something missing in many of my domino apps. So I did a bit of work figuring out how the inotes spell checker fitted together so I could use it in my own web-based domino apps.

This database contains all of the pages code and data to get the spell checker going. Just load it on your domino server and go to the URL

http://<dominoserver>/<pathtodatabase>/SpellLoader?OpenPage

This will show a simple page with a textbox and spellchecker button, that will spell check the text box using the inotes spellchecker.

If you look at the design of the page you will see the lines. Changing these values effects how the spellchecker works ( plain text vs HTML ).

<input type="hidden" value="1" name="s_UsePlainText">
<input type="hidden" value="0" name="s_PlainEditor">

<textarea style="WIDTH: 100%" name="Body" rows="10"></TEXTAREA&gT; <input onclick="SpellSubmit('Body')" value="Spell Check" type="button">

12 Comments:

Post a Comment

<< Home