I am using TinyMCE in an ASP.Net project and I need spell checking. The only TinyMCE plugins I found use PHP on the server side, and I think I could just break and install PHP on my server and do it, but frankly, what a pain. I do not want to do this.
As it turns out, Firefox's built-in spell checking will work fine for me, but it doesn't work in the TinyMCE editor blocks. I have included the gecko_spellcheck parameter, which should fix it, but it is not.
Does anyone know a good rich text editor that doesn't violate browser spellchecking?
source
share