jump_menu.info |
jump_menu.info |
|
name = Better Jump Menus
description = Enables creating custom jump menus as menu blocks, local tasks block, or programmatically all via the CTools API.
dependencies[] = ctools
dependencies[] = block
dependencies[] = menu
package = Chaos tool suite
;… |
jump_menu.install |
jump_menu.install |
|
Handle installs and updates. |
jump_menu.module |
jump_menu.module |
|
Make use of the CTools jump menu and grabs from an existing menu.
See: modules/ctools/includes/jump-menu.inc
NOTE: Menu items must be checked as "expanded" for traversing to work. |
README.txt |
README.txt |
|
Install...
Normal procedure:
1) Place in modules/contrib/jump_menu
2) Enable at admin/build/modules or via drush.
3) Visit the block editing page (or use context/panels/etc) to place one of
the newly avialble jump menu blocks on the page.
4)… |