You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
568 B
568 B
spellchecker_on_load
Note: Removed in Spell Checker Pro 2.0 (TinyMCE 5.2). Spell Checker Pro will now always run on editor initialization. To disable Spell Checker Pro on load, use
spellchecker_active
.
This option runs the spellchecker when the contents of the editor is loaded.
Type: Boolean
Default Value: false
Possible Values: true
, false
Example: Using spellchecker_on_load
tinymce.init({
selector: 'textarea',
plugins: 'tinymcespellchecker',
spellchecker_on_load: true
});