PDA

View Full Version : Do not submit when Spell checker closed?


pallis
5th March 2008, 11:41 AM
Hi,

I have to submit the form when no spell errors. I'm using JSpellDialog as realtime mode = false.

If the user clicks on the closes the window, i want to stop the submit.

Also tried with the JSpellCheck() method also. But here jspellGetErrorCount() method giving count wrong eventhough i ignore all. As per document this method has to give no.Of unvisited words - ignorewords. But it is not taking ignored words.

Srini.