Pour toutes questions sur nos formations Drupal, n'hésitez pas à nous contacter.
This module will allow Drupal to replace textarea fields with the CKEditor - a visual HTML editor, sometimes called WYSIWYG editor. This HTML text editor brings many of the powerful WYSIWYG editing functions of known desktop editors like Word to the web. It's very fast and doesn't require any kind of installation on the client computer.
CKEditor is the next version of FCKeditor. The editor has been rebranded and completely rewritten. It is now much faster (the code has been optimized), loads faster (the number of files has been reduced, so the browser will perform less HTTP requests) and developers friendly.
Some features of the CKEditor module:
Please visit the demo site to see a sample installation of Drupal with CKEditor enabled. On the same site you will also find more information about installing/configuring CKEditor, including the screencast: "How to install and configure the CKEditor Module" and the troubleshooting section.
Here is just a small list of people, projects and sites that are using CKEditor today.
CKEditor is compatible with most of the internet browsers, including
To use CKEditor in Drupal, you will need to download CKEditor (CKEditor 3.4.3 or greater is recommended).
To avoid confusion, read this: the module ckeditor that is available here for download is a wrapper for the editor downloaded from the ckeditor.com site. After the two archives are downloaded and unpacked, you end up with two folders having the same name, a 'module' and a 'program'. The module contains an folder called ckeditor that contains a text file that instructs you install the *contents* of the ckeditor folder that came from ckeditor.com into this almost empty ckeditor folder.
The main change comparing to the CKEditor module for Drupal 6 is the way of enabling/disabling CKEditor on selected textareas.
In version 6.x users were forced to define the set of include/exclude rules based on the ID of textarea or the path to the page. In Drupal 7 things are now much more simple. All you have to do is to pick up the input formats where CKEditor should be enabled :-)
Upgrading instructions are available in UPGRADE.txt which is distributed with the module.
For further information about the editor, please refer to: the CKEditor homepage
Note: This module is not affiliated with the wysiwyg module. It is a separate project dedicated only to CKEditor.
Note: This module is a port of the FCKeditor module (6.x-2.x), so it should bring at least the same features as the previous module.
If you like this module, help other people find it by adding CKEditor to favorites at drupalmodules.com!