Changing Default Property Values
The default values of properties can be modified by most developers.
- Back up the file /JavaScriptSpellCheck/Inclue.js
- Open this file
- Look for and modify the following code:
/* Default Values - May be amended */
var setupPath = "/javascriptspellcheck/"
var languages = "English (International)"
var windowLanguage = "EN"
var useServerSession = true
var hideSummary = false
var ignoreAllCaps = true
var ignoreWebAddresses = true
var ignoreNumbers = true
var newSentanceOnEachNewLine = false
var checkgrammar = true
var caseSensitive = true
var externalCSS = ""
/* End of Default Values */
If you are unsure of the meaning of any of these properties you can look them up.
|