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
CKEDITOR.editorConfig = function( config ) { // Define changes to default configuration here. For example: // config.language = 'fr'; // config.uiColor = '#AADC6E'; config.scayt_autoStartup = true; config.toolbar = 'MarketingEmail'; config.toolbar_MarketingEmail = [ ['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'], ['Image','HorizontalRule','Smiley','SpecialChar'], '/', ['Styles','Format','Font','FontSize'], ['TextColor','BGColor'] ]; };I've tried
and
With no luck.
Any ideas?
TIA
Re: SCAYT enabled by Default
Re: SCAYT enabled by Default
plugin.js/_source/plugins/scayt
http://alfonsoml.blogspot.com/2009/12/recompressing-ckeditorjs-to-fit-your.html