Hi all,
I edited the config to disable the browser spell checker and enable the native one, then when opening a sample page in the _samples folder the toolbar buttons are enabled, selecting "Enable SCAYT" does nothing and that button is diabled.
The other button that should popup a dialog popus up an empty dialog with only title and a button
I am using latest ckeditor 3.6 series,I read all the documentation about SCAYT ,read the forums(found a similar problem that was solved by updating the version)
I do not have a test link since I tested it localy(can this be a issue?) my goal is to use ckeditor in a Adobe AIR application (so I can't use version 4 because is not compatible with Adobe AIR )
Regards.

Can you post your
Can you post your configuration here? Have you cleared your browser cache after the changes were applied?
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!
Thanks, I now uploaded the
Thanks, I now uploaded the files to a server and it works fine, I tested it before by opening the file on my machine(no local server installer).
So there is no problem with the plugin,now my next task is to make this run in Adobe AIR inside a integrated webbtowser. When loading ckeditor the spell checking buttons are disabled, any ideas what this could mean?(I do not get any sandbox errors)
Hi again, I wanted to check
Hi again, I wanted to check the code for the scayt(the part that adds the squigly lines under the misspelled words)_ so I opened the plugin folder, then scayt but there is no plugin.js file, where can I find the code I search for?(I want to figure out why the buttons are disabled in Adobe AIr and maybe fix it
Thanks.
In the compressed version of
In the compressed version of CKEditor all plugin.js files are integrated into the minified ckeditor.js JS file. If you want to use the uncompressed version, you will need to check the sources (located in the _source) folder. You can also run the editor from sources by using ckeditor_source.js instead of ckeditor.js.
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!
Thx, I used now the dourced
Thx, I used now the dourced and found that the SCAYT is disabled on opera and air. Now I am trying to figure out why is disabled on AIR and if I could make it work somehow.
jquery spell checker
Would this work for you?
http://jquery-spellchecker.badsyntax.co/ckeditor.html
Thx for the response, will
Thx for the response, will that plugin work with CKeditor version 3.x ?
Hi again, I found the problem
Hi again, I found the problem , is the "window.scayt" is undefined in AIr, I checked the code and there is no assigment to this window.scayt , and from the code it seems this should be a constructor. I Is there a way to get in contact with the plugin mainteiners?
Thanks
Can you report your findings
Can you report your findings on our tracker? Just open a new ticket on the Development site, add as many details as possible, any code samples/ patches you may have plus describe the environment, editor and browser versions etc. Thanks!
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!