Huge Collections of Software Manuals and Knowledgebase

GreatManuals.com
Huge Collections of Software Manuals and Knowledgebase

 
Home Contact Us Request to publish your help manuals Request to remove your help manuals
Introduction
» Javascript Spell Check
» Installing JavaScript SpellCheck
» Trouble Shooting Installation
» Installing Dictionaries
» Custom Dictionary
Spell Check Window
» Spell Check Window
» Example
» Callback after Spell Checking
» Testing The Water
» Advanced Example
Ajax Spell Check
» Ajax Spell Check
» Testing for Ajax Compatibility
» AJAX Spell-Checking Source Code Example
SpellCheck Function
» SpellCheck Function
» Example
JavaScript SpellCheck Object Reference
» JavaScript SpellCheck Object Reference
» Properties
» Methods
» Event Handlers
» Changing Default Property Values
» ASP.Net & JavaScript SpellCheck
 

Spell Check Window

The spell check window allows us to spellcheck any form field, string or HTML element in JavaScript. It looks and works much like the Spell-Checker feature in MS Word.

The dialog is feature rich - including grammar checking, personal dictionaries , international support and much more. What's more, you can do this is a few quick steps!

Spell Check Window

deleted photo recovery professional data recovery mobile forensics software
keyboard logger break password undelete memory card files
key drive recovery flash drive repair usb drive files recovery software

Step 1: Install javascript Spell Check

This only takes a few minutes, Find out how.

Step 2: Include the JavaScript SpellCheck file in your web page

This code should normally included in the head section of your web page.

 

Step 3: Call the spell check window

To spellcheck a Form Field or HTML Element:

oSpell.spellCheckWindow('textarea1')

//or

oSpell.spellCheckWindow('document.getElementById("textarea1")')

To spellcheck Multiple Elements:

oSpell.spellCheckWindow('textarea1','textarea2')

To spellcheck a variable:

var strMyString='Any string or Variable'
oSpell.spellCheckWindow(strMyString)

To spellcheck an Iframe:
oSpell.spellCheckWindow('iframe1.document.body.innerHTML') // Where iframe1 is the id of the iFrame

Advanced Settings:
If you need to set up the spellchecker such as language settings - please refer to the Advanced Reference;

Home | Contact Us | Request to publish your help manuals | Request to remove your help manuals