Spelling options
Spell Checker
TinyMCE Spell Checker is a premium feature that allows spell checking as-you-type and custom dictionary words.
For information, see the Spell Checker plugin.
browser_spellcheck
This option configures TinyMCE to use the browser’s native spell checker.
For integrated spell-checking, check out the Spell Checker plugin.
Type: Boolean
Default value: false
Possible values: true
, false
tinymce.init({
selector: 'textarea', // change this value according to your HTML
browser_spellcheck: true
});
For more information about spell checking in TinyMCE, see this page in the General-configuration-guide/ guide.