How Do I Set SCAYT to Turn On Automatically?

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

(Title modifid)
(Disabling SCAYT code moved to a separate article)
 
Line 4: Line 4:
 
<source lang="javascript">
 
<source lang="javascript">
 
config.scayt_autoStartup = true;
 
config.scayt_autoStartup = true;
</source>
 
 
If you want to disable automatic turning on SCAYT on loading the editor, set the <code>scayt_autoStartup</code> configuration setting to <code>false</code>. This is the default value for CKEditor configuration.
 
 
<source lang="javascript">
 
config.scayt_autoStartup = false;
 
 
</source>
 
</source>

Latest revision as of 15:14, 10 February 2011

If you want to turn on the Spell Check As You Type (SCAYT) feature in CKEditor by default, set the scayt_autoStartup configuration setting to true.

config.scayt_autoStartup = true;
This page was last edited on 10 February 2011, at 15:14.