CKEditor Styles (for WYSIWYG)
Categories
Component ID
1456404
Component name
CKEditor Styles (for WYSIWYG)
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
10565
Component created
Component changed
Component body
The module provides a way to add styles to the "CKEditor Styles Dropdown".
Features
Style rules
The style rules can be exported and put into features.
The configuration is available at admin/config/content/ckeditor_styles.
There you can add new CKEditor style rules, that consist of:
- name: The human readable name of the style rule, it is used as label in your CKEDITOR to show the style
- machine_name: The internal machine readable name, it is unique and used to identify the style rule.
- description: an administrative description, it is not displayed anywhere by default
- element: the html tag/element to make the style available for
- attributes:
- class: class name(s) to add to the selected element
- style: css style definitions to add to the selected element
Settings
On each ckeditor wysiwyg profile you can enable the "stylesheet parser", that will parse your styleshets automatically.
Dependencies
- WYSIWYG Module
- CTools - latest dev release (late Feb 2012 ++)
- a wysiwyg profile using the CKEDITOR
Other Modules
- WYSIWYG Template: with that module you can add custom templates (html-snippets) to your content
Sandbox of robinvdvleuten: this sandbox currently only adds the "stylesheet parser" setting and clears the styleSets.
