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
Usage Basics
The most fundamental step to using the ASPSpellLink Class is to include the file: /ASPSpellCheck/ASPSpellInclude.inc to your ASP File.
I.E:
<!--#include file= "ASPSpellCheck/ASPSpellInclude.inc"-->
This uses a relative path to the file.
Or
<!--#include virtual= "/ASPSpellCheck/ASPSpellInclude.inc"-->
This uses an absolute path to the file, relative to the root directory of your website.
If you are unfamiliar with ASP includes, there is a good reference online at w3schools.
