You are here

README.txt in Accordion Menus 8.2

Same filename and directory in other branches
  1. 8.4 README.txt
  2. 8 README.txt
  3. 8.3 README.txt
CONTENTS OF THIS FILE
---------------------

* Introduction
* Requirements
* Recommended Modules
* Installation
* Configuration
* Maintainers


INTRODUCTION
------------

This module will display a Drupal menu using a jQuery UI accordion effect. The
top-level menu items are referred to as header items. The accordion effect is
invoked when the triggering event occurs on a header item. The triggering event
may be a mouse down, mouse click, or mouse over. The submenu expands to display
the menu items beneath the header. A subsequent triggering event on the same
header item collapses the menu beneath it.

 * For a full description of the module visit:
  https://www.drupal.org/project/accordion_menus

 * To submit bug reports and feature suggestions, or to track changes visit:
  https://www.drupal.org/project/issues/accordion_menus


REQUIREMENTS
------------

This module requires no modules outside of Drupal core.


INSTALLATION
------------

Install the Accordion Menus module as you would normally install a contributed
Drupal module. Visit https://www.drupal.org/node/1897420 for further
information.


CONFIGURATION
--------------

    1. Navigate to Administration > Extend and enable the Accordion Menus
       module.
    2. Navigate to Administration > Configuration > User Interface >
       Accordion Menus.
    3. Select the menus which want to be accordion menu block and save form.
    4. Navigate to Administration -> Menus -> menu which need to accordion
      -> edit all top menu item of the menu and tick the checkbox of 'show
      as expended' and save the form.
   5. Place the menu block in the expected region. Block name will be
      'Accordion {menu name}'


MAINTAINERS
-----------

The 8.x branches were created by:

 * Biswajit Mondal (bisw) - https://www.drupal.org/u/bisw

as an independent volunteer

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Recommended Modules
  6. * Installation
  7. * Configuration
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. This module will display a Drupal menu using a jQuery UI accordion effect. The
  12. top-level menu items are referred to as header items. The accordion effect is
  13. invoked when the triggering event occurs on a header item. The triggering event
  14. may be a mouse down, mouse click, or mouse over. The submenu expands to display
  15. the menu items beneath the header. A subsequent triggering event on the same
  16. header item collapses the menu beneath it.
  17. * For a full description of the module visit:
  18. https://www.drupal.org/project/accordion_menus
  19. * To submit bug reports and feature suggestions, or to track changes visit:
  20. https://www.drupal.org/project/issues/accordion_menus
  21. REQUIREMENTS
  22. ------------
  23. This module requires no modules outside of Drupal core.
  24. INSTALLATION
  25. ------------
  26. Install the Accordion Menus module as you would normally install a contributed
  27. Drupal module. Visit https://www.drupal.org/node/1897420 for further
  28. information.
  29. CONFIGURATION
  30. --------------
  31. 1. Navigate to Administration > Extend and enable the Accordion Menus
  32. module.
  33. 2. Navigate to Administration > Configuration > User Interface >
  34. Accordion Menus.
  35. 3. Select the menus which want to be accordion menu block and save form.
  36. 4. Navigate to Administration -> Menus -> menu which need to accordion
  37. -> edit all top menu item of the menu and tick the checkbox of 'show
  38. as expended' and save the form.
  39. 5. Place the menu block in the expected region. Block name will be
  40. 'Accordion {menu name}'
  41. MAINTAINERS
  42. -----------
  43. The 8.x branches were created by:
  44. * Biswajit Mondal (bisw) - https://www.drupal.org/u/bisw
  45. as an independent volunteer