Online Documentation
- Introducing ASPSpellCheck
- Introduction to ASPSpellCheck
- What's New
- Getting Started
- Installation and Settings
- Installation Process
- Compatibility
- Installing Dictionaries
- Your Custom Dictionary
- Enforcing Spelling Corrections
- The Settings File
- Usage
- Basics
- ASPSpellLink Class
- Properties
- caseSensitive
- checkGrammar
- dictionary
- dialogLanguage
- doneMessage
- externalCSS
- fields
- hideSummary
- ignoreAllCaps
- ignoreNumbers
- ignoreWebAddresses
- javaScriptCallback
- newSentanceOnEachNewLine
- useSession
- ASPSpellPath
- Methods
- buttonHTML
- buttonXHTML
- imageButtonHTML
- imageButtonXHTML
- linkHTML
- spellingCheck
- spellingSuggestions
- url
- Notes for Advanced Developers
- ASP.Net Compatibility
- Caching
- Examples
- Basic SpellCheck
- Server Side Spellchecking
- Language Variants
- Submitting a Form
- Rich Editors
- Licenses & Registration
- Free Trial
- Registering
- License Agreement
The ASPSpellLink Class
The ASPSpellLink Class allows you to add a link or button to an ASP page which will initiate the spell checker. It also allows you to modify the spell checker - for example: setting the dialog language to French, or choosing a German dictionary.
Using this class, you can spell-check almost any HTML form field, or HTML element. You can also spell-check multiple fields at once.
The file /ASPSpellCheck/ASPSpellInclude.inc must be included into your ASP script to use the ASPSpellLink Class.
Using ASPSpellLink
The code below shows an example of opening and closing the ASPSpellLink Class .
