You are here

README.txt in DHTML Menu 5

Same filename and directory in other branches
  1. 6 README.txt
  2. 6.2 README.txt
DESCRIPTION
-----------

DHTML menus uses javascript DHTML to reduce the number of page loads when using
nested menus; this is particularly useful with Drupal's administration system.

Ordinarily in Drupal, when you click on a menu with sub-items, you need to 
go to that page and do a page refresh to get the items that are beneath it.
With DHTML Menus, instead the sub-items are expanded as soon as you click 
on it. Additionally, it uses a cookie to remember what menus are open and
what menus are closed, so as you navigate around the site your menus remain
consistent.


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

1) Drop the entire directory into your modules directory or sites/all/modules 
   directory.
2) Enable the module at administer >> site building >> modules
3) Go to administer >> block. Each menu you have in your system will have
   a second version of it starting with DHTML:. For example, 'DHTML: Navigation'
   for the primary menu.
4) Enable one or more of these menus. If you like, disable the original, but
   you'll feel better if you wait and make sure that the new DHTML version of
   it works properly.

Enjoy!


CREDITS
-------

Arancaytar                     <http://drupal.org/user/28680>
Bruno Massa - "brmassa"        <http://drupal.org/user/67164>
Earl Miles  - "merlinofchaos"  <http://drupal.org/user/26979>

File

README.txt
View source
  1. DESCRIPTION
  2. -----------
  3. DHTML menus uses javascript DHTML to reduce the number of page loads when using
  4. nested menus; this is particularly useful with Drupal's administration system.
  5. Ordinarily in Drupal, when you click on a menu with sub-items, you need to
  6. go to that page and do a page refresh to get the items that are beneath it.
  7. With DHTML Menus, instead the sub-items are expanded as soon as you click
  8. on it. Additionally, it uses a cookie to remember what menus are open and
  9. what menus are closed, so as you navigate around the site your menus remain
  10. consistent.
  11. INSTALLATION
  12. ------------
  13. 1) Drop the entire directory into your modules directory or sites/all/modules
  14. directory.
  15. 2) Enable the module at administer >> site building >> modules
  16. 3) Go to administer >> block. Each menu you have in your system will have
  17. a second version of it starting with DHTML:. For example, 'DHTML: Navigation'
  18. for the primary menu.
  19. 4) Enable one or more of these menus. If you like, disable the original, but
  20. you'll feel better if you wait and make sure that the new DHTML version of
  21. it works properly.
  22. Enjoy!
  23. CREDITS
  24. -------
  25. Arancaytar
  26. Bruno Massa - "brmassa"
  27. Earl Miles - "merlinofchaos"