You are here

README.txt in Accordion Menus 8.4

Same filename and directory in other branches
  1. 8 README.txt
  2. 8.2 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 depends on jquery_ui_accordian (https://www.drupal.org/project/jquery_ui_accordion) module.


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

It has dependency on jquery_ui_accordian module, so please install jquery_ui and jquery_ui_accordian modules. Recommened to install the module using composer.
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 depends on jquery_ui_accordian (https://www.drupal.org/project/jquery_ui_accordion) module.
  24. INSTALLATION
  25. ------------
  26. It has dependency on jquery_ui_accordian module, so please install jquery_ui and jquery_ui_accordian modules. Recommened to install the module using composer.
  27. Visit https://www.drupal.org/node/1897420 for further information.
  28. CONFIGURATION
  29. --------------
  30. 1. Navigate to Administration > Extend and enable the Accordion Menus
  31. module.
  32. 2. Navigate to Administration > Configuration > User Interface >
  33. Accordion Menus.
  34. 3. Select the menus which want to be accordion menu block and save form.
  35. 4. Navigate to Administration -> Menus -> menu which need to accordion
  36. -> edit all top menu item of the menu and tick the checkbox of 'show
  37. as expended' and save the form.
  38. 5. Place the menu block in the expected region. Block name will be
  39. 'Accordion {menu name}'
  40. MAINTAINERS
  41. -----------
  42. The 8.x branches were created by:
  43. * Biswajit Mondal (bisw) - https://www.drupal.org/u/bisw
  44. as an independent volunteer