I have adopted an existing web application that utilizes the ckeditor product. We are using a textarea with the class="CKEditorBox". There is a toolbar with the SCAYT button. We enable it and start typing into the box.
It doesn't indicate errors. Are we supposed to do something special to get it to work? Our production site works fine. I do notice that the production site starts up with SCAYT already enabled. If I click on the SpellCheck icon in the text area, I get a full list of options: (Disable SCAYT, Options, Languages, Dictionaries, and About SCAYT). If I click on the button in our test site, all I get is Enable SCAYT. I've clicked it and then the icon gets grayed out.
I've checked the version by running the Changes.html files in both environments and we have version 3.1 everywhere.
Thanks in advance,
Jerry
It doesn't indicate errors. Are we supposed to do something special to get it to work? Our production site works fine. I do notice that the production site starts up with SCAYT already enabled. If I click on the SpellCheck icon in the text area, I get a full list of options: (Disable SCAYT, Options, Languages, Dictionaries, and About SCAYT). If I click on the button in our test site, all I get is Enable SCAYT. I've clicked it and then the icon gets grayed out.
I've checked the version by running the Changes.html files in both environments and we have version 3.1 everywhere.
Thanks in advance,
Jerry
Re: SCAYT not working
thanks
Sourabh
Re: SCAYT not working
Jerry,
you are using a pretty old version of CKEditor. Can you try it on the latest one (CKEditor 3.6.2) and see if you can still reproduce the issue?
In any case, SCAYT can be configured to be enabled automatically by setting the scayt_autoStartup configuration value to "true". By default this option is turned off.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: SCAYT not working
Re: SCAYT not working
It's always better to use the latest available version due to numerous new features and bug fixes that are available with each new release. You can see the changelog here: http://ckeditor.com/whatsnew
Some features, like for example the iOS 5 support, are only available in the latest version since this is where they were introduced.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!