Spell check in text editor
I am new to JavaScript. Can anybody tell开发者_开发百科 me how to create simple text editor with spell check using html JavaScript? if anybody has code please send me.
The easiest solution is to use an existing texteditor with spellchecker like ckEditor.
Here's the easy way to do it without javascript: inline-disabling-of-firefox-spellcheck
And here are some good existing spell checkers: free-spell-checkers-for-html-forms
精彩评论