Parameters

Operational settings

These settings relate to how RapidSpell operates, rather than how the spell checker processes text, call any of the following lines to set the parameter

Spell checker settings

These settings affect user experience, such as how the spell checker processes text, dictionaries and appearance etc.

Setting parameter values for a specific text box on the page

Call rapidSpell.setParameterValue(textBox, parameterName, value);
where 'textBox' is the text box element object (as returned by document.getElementById(textBoxId)). This will set the parameter for spell checking on that text box only, all other text boxes will use the default parameter values.

Setting default parameter values for all text boxes on a page

In Javascript, call rapidSpell.setParameterValue('default', parameterName, value);

Parameters

Setting parameter values for a specific text box on the page

Call rapidSpell.setParameterValue(textBox, parameterName, value);
where 'textBox' is the text box element object (as returned by document.getElementById(textBoxId)). This will set the parameter for spell checking on that text box only, all other text boxes will use the default parameter values.