Online Documentation
- Introduction to JavaScript SpellCheck
- Installation
- Installing JavaScript Spell Check
- Trouble Shooting
- Installing Dictionaries
- Your Custom Dictionary
- Use 1: The Spell Check Window
- Opening the Spell Check Dialog
- Hello World Example
- Call Back after Spellchecking
- Testing The Water
- Advanced Example
- Use 2: Ajax Spell Check
- Using the Ajax Spell-Checker
- Testing for AJAX compatability
- AJAX Spell Checker Example
- Use 3: The Spell Check Function
- The JavaScript spellCheck Function
- JavaScript spellCheck Example
- Advanced Settings
- Object Reference
- JavaScript SpellCheck API Overview
- Properties
- setupPath
- languages
- windowLanguage
- hideSummary
- externalCSS
- caseSensitive
- checkGrammar
- ignoreAllCaps
- ignoreWebAddresses
- ignoreNumbers
- newSentenceOnEachNewLine
- useServerSession
- ajaxEnabled
- Methods
- spellCheckWindow
- spellCheckWindowTest
- spellCheck
- ajaxSpellCheck
- Evant Handlers (CallBack Functions)
- callBack
- ajaxCallBack
- Changing Default Property Values
- ASP.Net and JavaScript SpellCheck
- Licenses & Registration
- Free Trial & Registering
- License Agreement
The Custom Dictionary
The Custom dictionary allows you to add a list of custom words to your spell checker's vocabulary.
This is useful for adding words specific to a business, application or website.
Modifying the Custom Dictionary
The custom dictionary file is "custom.txt" within the JavaScriptSpellCheck/Dictionaries directory of your website.
To add words to your custom dictionary, simply place a list of up to 100,000 words, each on separate lines into this file.
For significantly improved performance, please sort these words in alphabetical (ANSI code) order. If you do not have a tool to do this, then EditPlus is an excellent choice. For performance issues, it is best to remove any spaces from the file.
Example contents of custom.txt:
Jacob
James
Julie
Steve
Cybercon
JavaScript
Common Typographic Errors
The Spell Checker has an awareness of common typos. This is located in a file called "CommonTypos.txt" within the International directory of your installation. This file can be amended by adding / removing entries (per language) in the format:
typo--->suggestion
The entries must be put in in exact alphabetical ASCII character code order.
