ckeditor - Spellchecker force on as typing

Posted:
Fri Jan 25, 2013 3:49 am
by ngms27
Is there an option to set the Spell Checker as on by default as you type?
Re: ckeditor - Spellchecker force on as typing

Posted:
Mon Jan 28, 2013 9:30 am
by shannah
According to
this post, you can enable auto spellcheck with the config.scayt_autoStartup = true config directive for CKeditor.
See
http://xataface.com/dox/modules/ckedito ... figurationfor details on setting CKeditor config options in your fields.ini file.
-Steve