Testing The Water
The spellCheckWindowTest function allows you to determine if a spellchecker window is needed before you start spell checking.
The function will tell you if there are any spelling mistakes in your fields, so you don't spellcheck unnecessarily. It returns true or false, and its inputs are conveniently the same as for the spellCheckWindow function.

spellCheckWindowTest ('field1'','field2'') // returns true or false.
|