hello,
I'm trying to make a spellchecker that will let users step through misspelled words in content editable divs, like the way you can when you spellcheck a word document. It only needs to work in firefox, so I figure using firefox's built-in spellchecker would be the easiest way.
I see here:
https://developer.mozilla.org/en/doc...hecking_in_XUL
that you can access FF's spellchecker when writing extensions for firefox, but I'm kind of hoping a) not to have to make it an extension that you have to install to use and b) not to have to learn how to write an add-on.
Does anybody know any way that I can access FF's spellchecker just using javascript? Even being able to detect which words have the little squiggly red underline would be enough, but I can't even see a way to do that.
thanks in advance for any suggestions...