In file wysiwyg/editors/fckeditor.inc and function wysiwyg_fckeditor_settings please add:
'FirefoxSpellChecker' => TRUE,
Thanks
In file wysiwyg/editors/fckeditor.inc and function wysiwyg_fckeditor_settings please add:
'FirefoxSpellChecker' => TRUE,
Thanks
Comments
Comment #1
twodWe won't enable the spellchecker by default, but we could add it as a plugin.
In the meanwhile, you can inject this option using your template.php file, more details in the comments of #313497: Allow configuration of advanced editor settings.
Comment #2
twodOn second thought, this is not really a plugin but an option native to the editor. Marking as duplicate of the issue I mentioned above.