Parameters

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.