Hi,
I'm using CKEditor 3.0 with a custom config.js. I have both the spellcheck and the spell check as you type on the toolbar but I'd like to have the SCAYT enabled by default (so users don't have to 1st click it).
Is there some way to do this?
TIA!
I'm using CKEditor 3.0 with a custom config.js. I have both the spellcheck and the spell check as you type on the toolbar but I'd like to have the SCAYT enabled by default (so users don't have to 1st click it).
Is there some way to do this?
TIA!
Re: SCAYT enabled by Default
Re: SCAYT enabled by Default
This is what my config.js looks like
I've tried
and
With no luck.
Any ideas?
TIA
Re: SCAYT enabled by Default
Re: SCAYT enabled by Default
This appears to be a bug that was addressed in the past (see here: http://dev.fckeditor.net/ticket/3555), and it was fixed by a patched version of /_source/plugins/scayt/plugin.js (http://dev.fckeditor.net/export/3652/CKEditor/trunk/_source/plugins/scayt/plugin.js)
Place the new plugin.js inside your /_source/plugins/scayt folder and the rebuild CKE
I didn't know how to rebuild CKE either, so here's where I found more about it:
http://alfonsoml.blogspot.com/2009/12/recompressing-ckeditorjs-to-fit-your.html
After all this, your SCAYT will show as enabled when you add the line:
to your config.js file, which you have done correctly.