JavaScript SpellCheck Folder
The most common mistake is not install the JavaScript SpellCheck folder intro the root of your website.
All words showing as typos
If the server can not read the dictionaries - all words will appear to be spelling mistakes.
- Give EVERYONE access to READ the JavaScriptSpellCheck/dictionaries folder and all files and
sub-directories inside.
Do you have the latest release?
We regularly upgrading JavaScript SpellCheck to match new browser technologies.
ASP.Net Server
- Copy ASPNetSpell.dll into /bin in your website (requires .net 2+)
- We highly recommend deleting the file javascriptspellcheck/core/default.asp
Test Your Installation
- Browse to /JavaScriptSpellCheck/*TestInstall.html to verify your installation
Spellcheck of Rich HTML Editor doesn't work
- Try this: $Spelling.SpellCheckInWindow('EDITORS')
Still Stuck?
- Copy this javascript into your page to see any server errors:
<script type="text/javascript">var LIVESPELL_DEBUG_MODE = true;</script>