Closed (duplicate)
Project:
Wysiwyg
Version:
6.x-2.4
Component:
Editor - CKEditor
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2011 at 15:28 UTC
Updated:
24 May 2017 at 12:06 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
twodWysiwyg doesn't load CKEditor's default config.js because it doesn't need it.
You can create a small Drupal module and implement hook_wysiwyg_editor_settings_alter() to override that setting without having to modify Wysiwyg or CKEditor.
See #977390-2: CKEDITOR: Firefox's built-in spelling checker is disabled for what goes into your MODULENAME.module.
Comment #2
loyukfai commentedThanks, it seemed daunting at first, but turned out to be pretty simple...
What I did...
Done.
References: http://drupal.org/node/627180#comment-3507448 and http://drupal.org/node/977390#comment-3737422
Comment #3
twodPerfect, except for not following the recommendation to only use lowercase characters in module names, but it's your module... ;)
Comment #4
emmonsaz commented4 years later and we still need a module for this?! Sigh...
Comment #5
introfini commentedThanks Ben! It works perfectly :-)