<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://docs-old.ckeditor.com/index.php?action=history&amp;feed=atom&amp;title=CKEditor_3.x%2FHowto%2FDisabling_SCAYT</id>
		<title>CKEditor 3.x/Howto/Disabling SCAYT - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://docs-old.ckeditor.com/index.php?action=history&amp;feed=atom&amp;title=CKEditor_3.x%2FHowto%2FDisabling_SCAYT"/>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=CKEditor_3.x/Howto/Disabling_SCAYT&amp;action=history"/>
		<updated>2026-05-19T14:27:22Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=CKEditor_3.x/Howto/Disabling_SCAYT&amp;diff=5784&amp;oldid=prev</id>
		<title>Anna: Article contents added</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=CKEditor_3.x/Howto/Disabling_SCAYT&amp;diff=5784&amp;oldid=prev"/>
				<updated>2011-02-10T13:14:02Z</updated>
		
		<summary type="html">&lt;p&gt;Article contents added&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{#CUSTOMTITLE:How Do I Disable SCAYT in CKEditor?}}&lt;br /&gt;
If you want to completely disable the [[CKEditor 3.x/Users Guide/Spell Checking|Spell Check As You Type (SCAYT)]] feature in CKEditor, remove the &amp;lt;code&amp;gt;[http://docs.cksource.com/ckeditor_api/symbols/src/plugins_scayt_plugin.js.html scayt]&amp;lt;/code&amp;gt; plugin using the &amp;lt;code&amp;gt;[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.removePlugins removePlugins]&amp;lt;/code&amp;gt; configuration setting.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
config.removePlugins = 'scayt';&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to leave SCAYT available, but prevent the feature from being turned on automatically on loading the editor, set the &amp;lt;code&amp;gt;[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.scayt_autoStartup scayt_autoStartup]&amp;lt;/code&amp;gt; configuration setting to &amp;lt;code&amp;gt;false&amp;lt;/code&amp;gt;. This is the default value for CKEditor configuration.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
config.scayt_autoStartup = false;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Anna</name></author>	</entry>

	</feed>