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
ASP.Net and JavaScript SpellCheck
JavaScript SpellCheck can easily be used as part of an ASP.Net Application.
Step 1. Install javascript Spell Check
This only takes a few minutes, Find out how .
Step 2. Develop Javascript
Develop JavaScript functions and HTML buttons for your custom spell checking activity
Step 3. Wrap the Javascript in an ASP.Net control
Create your own custom control ASP.Net containing the HTML and JavaScript your developed.
Visual Studio 2005 Compatability
Visual Studio 2005 uses its own web server (Cassini) and this doesn't allow asp pages to be rendered. It will appear that the spell checker doesn't work until uploaded to an independent web server.
To work around this, you must open your web project as an http: and place it inside of the IIS folder structure ( C:\inetpub\wwwroot ).

