You are here

README.txt in Accordion Menus 8

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

 * Author
 * Description
 * Installation
 * Dependencies
 * Configuration

AUTHOR
------
Biswajit Mondal (http://drupal.org/u/bisw)

DESCRIPTION
-----------
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.

INSTALLATION
------------
To use this module, install it in a modules directory. See
http://drupal.org/node/895232 for further information.

DEPENDENCIES
------------
It uses two core drupal library 'core/jquery' and 'core/jquery.ui.accordion'.
They are already added.

CONFIGURATION
-------------
This module will create accordion menu block for all menus. By default, 
no accordion menu block will be created. To act menus as accordion menu, 
configure them at
admin/config/user-interface/accordion_menu.

Configure each accordion menu as other block.

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Author
  4. * Description
  5. * Installation
  6. * Dependencies
  7. * Configuration
  8. AUTHOR
  9. ------
  10. Biswajit Mondal (http://drupal.org/u/bisw)
  11. DESCRIPTION
  12. -----------
  13. This module will display a Drupal menu using a jQuery UI accordion effect. The
  14. top-level menu items are referred to as header items. The accordion effect is
  15. invoked when the triggering event occurs on a header item. The triggering event
  16. may be a mouse down, mouse click, or mouse over. The submenu expands to display
  17. the menu items beneath the header. A subsequent triggering event on the same
  18. header item collapses the menu beneath it.
  19. INSTALLATION
  20. ------------
  21. To use this module, install it in a modules directory. See
  22. http://drupal.org/node/895232 for further information.
  23. DEPENDENCIES
  24. ------------
  25. It uses two core drupal library 'core/jquery' and 'core/jquery.ui.accordion'.
  26. They are already added.
  27. CONFIGURATION
  28. -------------
  29. This module will create accordion menu block for all menus. By default,
  30. no accordion menu block will be created. To act menus as accordion menu,
  31. configure them at
  32. admin/config/user-interface/accordion_menu.
  33. Configure each accordion menu as other block.