TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor.
Before you start download the following:
- TinyMCE module
- TinyMCE Editor itself maintained by Moxiecode Systems AB
Extract the TinyMCE module into the the directory below. This is where the integration code is located.
sites/all/modules/tinymce
Extract the TinyMCE editor into the directory below. This is where the actually editor is located.
sites/all/modules/tinymce/tinymce
Enable the module by navigating to:
Administer > Site building > Modules
Setup the permission to determine who can use this module by navigating to:
Administer > User Management > Access Control
To configure TinyMCE, a new profile needs to be created by navigating to:
Administer > Site Configuration > TinyMCE
If you use Filtered HTML for your Input format, then you may need to modify the Allowed HTML tags list depending on what buttons you chose for your profile. For example, bold, italic, and underline button will need the <b>, <i>, and <u> tag added. To change the Input formats navigate to:
Administer > Site Configuration > Input formats
Related posts: