Hi,
I’m trying to use the new spellchecker… works as expected when checking one field.
plugins.spellcheck.checkTextComponent(forms.editmewsnewsparagraph.elements.body);
But how do check an entire form?
I tried:
plugins.spellcheck.checkTextComponent(forms.editmewsnewsparagraph.elements.subhead);
plugins.spellcheck.checkTextComponent(forms.editmewsnewsparagraph.elements.body);
The spellchecker just rushes through and says that the spellcheck is complete, not noticing my deliberate misspellings
Also,
does English language mean US, UK or International English?
[/code]