Spellchecker issues 2.2RC2

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 :wink:

Also,

does English language mean US, UK or International English?

[/code]

Hi,
Not only that but what if you try to spell check let’s say 10 records.

If you put it in the loop it just goes through all 10 records and says spell check is complete, is does not stop for errors.

Thank you