Spelling options

Spell Checker Pro

TinyMCE Spell Checker Pro is a premium feature that allows spell checking as-you-type and custom dictionary words.

For information, see the Spell Checker Pro plugin.

browser_spellcheck

This option configures TinyMCE to use the browser’s native spell checker.

For integrated spell-checking, check out the Spell Checker Pro 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.