TinyMCE:Configuration/gecko spellcheck
From Moxiecode Documentation Wiki
[edit]
Option: gecko_spellcheck
This option enables you toggle the internal Gecko/Firefox spellchecker logic. This option is set to false by default and will then remove the spellchecker from TinyMCE.
[edit]
Example of usage of the gecko_spellcheck option:
tinyMCE.init({
...
gecko_spellcheck : true
});
