You are here

README.txt in CKEditor for WYSIWYG Module 7

CKEditor for WYSIWYG Module
===========================

This module integrates CKEditor 4.x with the WYSIWYG module for Drupal 7. It's
implementation is similar to that of Drupal 8's built-in WYSIWYG editor.

Features
--------

- Bundled lightweight CKEditor 4.x version, optimized for Drupal integration
  (no unneeded plugins makes for faster loading). No need to download the editor
  separately.
- Additional add-on plugins that tightly integrate Drupal with CKEditor.
- Dependency on WYSIWYG module keeps compatibility with other WYSIWYG editors.
- Uses absolutely no inline styles. All buttons and cleanup uses a consistent
  set of classes which can be themed.

Installation
------------

If you have installed the "CKEditor" module in the past from
http://drupal.org/project/ckeditor, you'll need to uninstall that module before
using this module.

This module bundles CKEditor with the code, so no separate download is required.
Enable this module and WYSIWYG module. Visit the "WYSIWYG Profiles" setting page
and configure a text format to use the "CKEditor (extended)" editor.

Theming
-------

Themes may specify iframe-specific CSS files for use with CKEditor by including
a "ckeditor_stylesheets" key in the theme .info file.

ckeditor_stylesheets[] = css/wysiwyg.css

These CSS files will automatically be included when the editor is loaded.

File

README.txt
View source
  1. CKEditor for WYSIWYG Module
  2. ===========================
  3. This module integrates CKEditor 4.x with the WYSIWYG module for Drupal 7. It's
  4. implementation is similar to that of Drupal 8's built-in WYSIWYG editor.
  5. Features
  6. --------
  7. - Bundled lightweight CKEditor 4.x version, optimized for Drupal integration
  8. (no unneeded plugins makes for faster loading). No need to download the editor
  9. separately.
  10. - Additional add-on plugins that tightly integrate Drupal with CKEditor.
  11. - Dependency on WYSIWYG module keeps compatibility with other WYSIWYG editors.
  12. - Uses absolutely no inline styles. All buttons and cleanup uses a consistent
  13. set of classes which can be themed.
  14. Installation
  15. ------------
  16. If you have installed the "CKEditor" module in the past from
  17. http://drupal.org/project/ckeditor, you'll need to uninstall that module before
  18. using this module.
  19. This module bundles CKEditor with the code, so no separate download is required.
  20. Enable this module and WYSIWYG module. Visit the "WYSIWYG Profiles" setting page
  21. and configure a text format to use the "CKEditor (extended)" editor.
  22. Theming
  23. -------
  24. Themes may specify iframe-specific CSS files for use with CKEditor by including
  25. a "ckeditor_stylesheets" key in the theme .info file.
  26. ckeditor_stylesheets[] = css/wysiwyg.css
  27. These CSS files will automatically be included when the editor is loaded.