Important changes to Tiny Cloud pricing > Find out more
Return to Website

browser_spellcheck

This option enables you toggle the internal Gecko/WebKit/IE spellchecker logic. This option is set to false by default and will then remove the spellchecker from TinyMCE since they are some what buggy in different browsers.

Example of usage of the browser_spellcheck option:

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.