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
Introduction to JavaScript Spell Check
Javascript Spell Check is a complete spell checking solution for JavaScript and Ajax. It has 3 main features:
Use 1: The Spell Check Window
The JavaScript API allows you to automatically add Microsoft Word style spell-checking to any HTML form field, string, HTML Element or iFrame.
This feature can be called using only a few lines of JavaScript.
The spell checker dialog supports custom user dictionaries , grammar checking , and international support for over 10 languages ; making this possibly the richest online spellchecking component available.
Use 2: AJAX Spell Check
Ajax (Asynchronous JavaScript And XML), is a Web development technique for creating highly interactive web applications using JavaScript.
The Ajax spell-checker allows you to spell check individual words or entire forms at any time. It even provides ranked spelling suggestions.
Use 3: Spell Check Function
Our new JavaScript spell-checking function allows you to spellcheck words and retrieve suggestions directly in JavaScript. This is an inline function that can be integrated in to your javascript function or application.
JavaScriptSpellCheck.spellCheck('Any String')
This function returns true if spelling is correct. If the input is spelled incorrectly, an ordered array of spelling suggestions is returned.
Find out more...
