spell checking - SpellCheck in lotus notes -


is there way can add words spell check dictionary through code lotus script. have used spell check in form validation of content, there few keywords system codes or html codes , part of content. need add keywords spell check dictionary before spell check uidoc.spellcheck() called.

this required done backend because cannot ask thousands of users using db sit list , add themselves. , pain skip these list of words everytime form validated.

i have coded read , write xml files match exact format in default "dictionary.xml" file. but, doesn't seem taking file.however, gets words add through "addtodictionary" button when spell check triggered.is there anywhere else, these words stored?

thanks in advance response!

words added custom dictionary stored in userdictionary.xml file located here :

[notes data dir]\workspace\udm\userdictionary.xml.

it's pretty simple parse xml new(ish) notes xml classes, can't think of reason why shouldn't able modify file.

nick.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -