Nanospell Spell Checking Software Components
JavaScript jQuery CKEditor TinyMCE PHP ASP.Net Classic ASP

JavaScript SpellCheck

Add to Dictionary

Where are words that users "Add To Dictionary" Stored?

Good Question!

By default - all words are stored in the users browser cache - and no-one else is affected.

To disable the spellcheckers "add to dictionary" globally


To allow all users to add to a common server dictionary

Now you need to set some server permissions:

For PHP users

For ASP users users

SaveToCentralDictionary = true on line 2

For ASP.Net users

<appSettings>……
 <add key="aspnetspell_usecentraldictionary" value="true" />