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.

Example of usage of the gecko_spellcheck option:

tinyMCE.init({
	...
	gecko_spellcheck : true
});