You are here

README.txt in CKEditor Accordion 7

Same filename and directory in other branches
  1. 8 README.txt
README.txt
==========

Allows users to create & display content in an accordion.
------------------------
Requires - Drupal 7


Overview:
--------
Adds a new button to Drupal 7's CKEditor module which allows the user
to create & display any type of content in an accordion format.

The styling is minimal blue and easily over writeable by developers.


INSTALLATION:
--------
1. Install & Enable the module
2. Open Administration > Configuration > Content authoring >
   Text formats and editors (admin/config/content/formats)
3. Edit a text format's settings (usually Basic HTML)
4. Scroll down to the bottom to "Limit allowed HTML tags" (will only appear if the "Limit allowed HTML tags" filter is enabled)
5. Find and replace <dl> with <dl class>
   This ensures CKEditor doesn't remove the class name that the accordion uses.
6. Open Administration > Configuration > Content authoring >
   CKEditor (admin/config/content/ckeditor)
7. Edit the relevant profile's settings
8. Scroll to "Editor appearance"
9. Under "Plugins" -> Enable "CKEditor Accordion - A plugin to easily create accordions"
10. Under "Toolbar" -> Drag n Drop the Add Accordion -button to the toolbar to show it to the users

File

README.txt
View source
  1. README.txt
  2. ==========
  3. Allows users to create & display content in an accordion.
  4. ------------------------
  5. Requires - Drupal 7
  6. Overview:
  7. --------
  8. Adds a new button to Drupal 7's CKEditor module which allows the user
  9. to create & display any type of content in an accordion format.
  10. The styling is minimal blue and easily over writeable by developers.
  11. INSTALLATION:
  12. --------
  13. 1. Install & Enable the module
  14. 2. Open Administration > Configuration > Content authoring >
  15. Text formats and editors (admin/config/content/formats)
  16. 3. Edit a text format's settings (usually Basic HTML)
  17. 4. Scroll down to the bottom to "Limit allowed HTML tags" (will only appear if the "Limit allowed HTML tags" filter is enabled)
  18. 5. Find and replace
    with
  19. This ensures CKEditor doesn't remove the class name that the accordion uses.
  20. 6. Open Administration > Configuration > Content authoring >
  21. CKEditor (admin/config/content/ckeditor)
  22. 7. Edit the relevant profile's settings
  23. 8. Scroll to "Editor appearance"
  24. 9. Under "Plugins" -> Enable "CKEditor Accordion - A plugin to easily create accordions"
  25. 10. Under "Toolbar" -> Drag n Drop the Add Accordion -button to the toolbar to show it to the users