Online Demo Home
>
User Dictionary
User dictionary files
Each user can have their own user dictionary, each group can share a dictionary or all users can share one dictionary, it's up to the developer. How to use with user dictionaries; By default the user dictionary is stored at ~/user-dictionary.txt, it can be changed in Javascript by calling rapidSpell.setParameterValue('default', 'UserDictionaryFile', '~/user-dictionary.txt') and passing the desired path to the 3rd argument. If you want each user to have their own dictionary (which is a good idea), then pass a filename based on their user ID. Note: due to directory permissions it may be necessary to write the user dictionary to the application directory, to do this, use ~/ based paths per the Javascript on this page.