Hi guys, I've been using ckeditor for about a year together with the spell checker option and it stopped working lately. This is my config file:
This is how I call the editor:
Please also take a look at the screenshot attached. The scayt option is always turned off and it's impossible to turn it on.
CKEDITOR.editorConfig = function( config )
{
config.scayt_autoStartup = true;
config.disableNativeSpellChecker = false;
config.extraPlugins = 'responses,responses1,responses2';
config.toolbar = 'MyToolbar';
config.toolbar_MyToolbar =
[
['Source','-','Preview','-','Templates'],
['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print', 'SpellChecker', 'Scayt'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
'/',
['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
['Link','Unlink','Anchor'],
['Table','HorizontalRule','SpecialChar','PageBreak'],
'/',
['Styles','Format','Font','FontSize'],
['TextColor','BGColor'],
['Maximize', 'ShowBlocks','File','-','responses','responses1','responses2']
];
};
This is how I call the editor:
<textarea name="text"></textarea> <script type="text/javascript"> var editor = CKEDITOR.replace( 'text' ); </script>
Please also take a look at the screenshot attached. The scayt option is always turned off and it's impossible to turn it on.

Re: SCAYT stopped working
Re: SCAYT stopped working
What version of editor do you use?
What version of SCAYT - free with banners? paid hosted? licensed?
Are there any JavaScript errors?
SpellChecker.net support team
Re: SCAYT stopped working
What version of editor do you use?
CKEditor 3.1
What version of SCAYT - free with banners? paid hosted? licensed?
I think I use the free one.
Are there any JavaScript errors?
Please take a look at the screen shot attached