Hi All,
I'm using CKEditor 3.1 and I would like to set Spell Check As You Type (SCAYT) to start automatically. I searched the forums and found a reference to FCKEditor stating that you need to set the ScaytAutoStartup option in config.js file. I tried the same thing in the ckeditor.config.js and it doesn't seem to work. Does anyone know how to enable SCAYT to start automatically? The line that I added to the config is shown below.
config.ScaytAutoStartup = true;
Thanks,
Kris
I'm using CKEditor 3.1 and I would like to set Spell Check As You Type (SCAYT) to start automatically. I searched the forums and found a reference to FCKEditor stating that you need to set the ScaytAutoStartup option in config.js file. I tried the same thing in the ckeditor.config.js and it doesn't seem to work. Does anyone know how to enable SCAYT to start automatically? The line that I added to the config is shown below.
config.ScaytAutoStartup = true;
Thanks,
Kris
Re: ScaytAutoStartup with CKEditor
Re: ScaytAutoStartup with CKEditor
Cheers,
Kris
Re: ScaytAutoStartup with CKEditor
Re: ScaytAutoStartup with CKEditor
Re: ScaytAutoStartup with CKEditor
config.scayt_autoStartup = true;
I have tried it, cleared out browser and Drupal cache but no luck.
Re: ScaytAutoStartup with CKEditor
in drupal you have "Spellchecker" option in CKEditor profile configuration in "Advanced options" tab.
There you can enable or disable SCAYT on start.
Please also update your CKEditor to latest stable version (3.6.2).
Im now having this problem as
Im now having this problem as well and have been working on this for a few hours hitting my head against the wall.
This is my code from the config.js file:
CKEDITOR.editorConfig = function( config )
{
config.scayt_autoStartup = true;
};
Obviously it should work. Ive cleared my browser cache (using Chrome), my Drupal cache as well and nothing is setting it on startup. Any advice would be great.