|
Rank: Newbie
Groups: Registered
Joined: 3/19/2015 Posts: 8
|
Hi. I have a custom dictionary I want to add to the Keyoti dictionary via javascript. Which function do I call? In other words, which main function is responsible for adding words to Keyoti Dictionary. Thanks
|
|
Rank: Advanced Member
Groups: Administrators, Registered
Joined: 8/13/2004 Posts: 2,669 Location: Canada
|
Please see http://keyoti.com/produc...%20String%20Checking%20(RapidSpellCheckerClient).htm Provided you import RapidSpell-AYT.js, then you can do Code: var rsc = new RapidSpellCheckerClient(rapidSpell.ayt_helperURL); rsc.config = rsw_getConfigurationObject('default');
rsc.AddWord("someword");
Jim -your feedback is helpful to other users, thank you!
|
|
Rank: Newbie
Groups: Registered
Joined: 3/19/2015 Posts: 8
|
Thanks' it worked. Is there also a removing option?
|
|
Rank: Advanced Member
Groups: Administrators, Registered
Joined: 8/13/2004 Posts: 2,669 Location: Canada
|
Sorry no, but technically speaking you can do it by editing the user dictionary text file. -your feedback is helpful to other users, thank you!
|
|