Hi,
I'm using a custom build of CKEditor 4.4.6 (http://ckeditor.com/builder/3eecfec1206e18ec935b2db8104237fe)
With the ASP.Net CKEditor control
<CKEditor:CKEditorControl ID="CKEditor1" BasePath="../ckeditor/" runat="server" Width="90%" Height="200px"></CKEditor:CKEditorControl>
I added the following entry to the config.js file but the spell check icon stayed greyed out
config.extraPlugins = 'scayt,wsc';
When I added the following entry SCAYT started to work but if I click any of the options in the spell dialog window the spell check icon greys out and SCAYT stops working.
config.scayt_autoStartup = true;
Can anyone tell me where I'm going wrong?
Thanks
Chris
Re: SCAYT and WSC issues
Hi Chris,
I'm also facing the same issue, if I click any of the options in the spell dialog window the spell check icon greys out and SCAYT stops working.
And getting a JS error as 'Object doesn't siupport this property'
Please help me if found the solution. I'm using Ckeditor 4.
Hi,
Hi,
My issue turned out to be related to the document mode IE was rendering my application in.
I was trying to integrate CKEditor with an old application which renders in document mode "Quirks".
So just check what your site runs in using the F12 developer tools.
Having spoken to the guys at webspellchecker.net they confirmed that SCYAT/WSC do not work in Quirks mode and won't work in browser compatibility mode either.
Hope this helps.
Thanks
Chris
Hi Chris,
Hi Chris,
Thank you for your reply.
-Srilu