Comments

mephir’s picture

Status: Active » Fixed

Changes commited into CVS.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

rickmanelius’s picture

It doesn't appear that this is working. I have the latest CKEditor core (3.4.1) and the latest drupal dev (Sept 15th) and I put this in my ckeditor config file and it doesn't seem to load it upon default.

flushed cache, reset safari (i.e. cache cleared).

Is there something I'm missing?

jozzhart’s picture

I'm having the same issue. Have added config.scayt_autoStartup = true; to libraries/ckeditor/config.js but it isn't beening auto enabled.

Thanks,
Jozz

Fogg’s picture

Hi,
at my installation scayt is default on but I would like to turn it of. no luck so far.
At least I would like to switch the language to german...

thanks,
daniel

jlyon’s picture

The button is enabled for me when I enter the following code in a custom module, but spellchecking doesn't actually work unless I Disable and Re-enable SCAYT. Has anyone else run into this?

/**
 * Implementation of hook_wysiwyg_editor_settings_alter
 */
function mymodule_wysiwyg_editor_settings_alter(&$settings, &$context) {
  if($context['profile']->editor == 'ckeditor') {
    $settings['scayt_autoStartup'] = true;
  }
}
mkesicki’s picture

@jlyon please create new ticket for your issue. You work on custom module and this topic was about configuration option from CKEditror library api.