You are here

Functions in Better Jump Menus 7

Primary tabs

Namesort descending Location Description Direct uses Strings
jump_menu ./jump_menu.module Output a core menu as a select jump menu. 1 5
jump_menu_block_info ./jump_menu.module Register jump blocks for all menus.
jump_menu_block_settings_submit ./jump_menu.module Submit handler to save block-specific jump menu settings. Keeps the variable clean and tidy! 1
jump_menu_block_view ./jump_menu.module Display jump menu block.
jump_menu_block_view_alter ./jump_menu.module Make use of block settings on display.
jump_menu_form_block_admin_configure_alter ./jump_menu.module Implements hook_form_FORM_ID_alter(). Add custom options to block editing forms.
jump_menu_form_select_options ./jump_menu.module Provide alternate select options builder. Taken from form_select_options() within includes/form.inc 1
jump_menu_preprocess_block ./jump_menu.module For killing off the title.
jump_menu_select ./jump_menu.module Override select theme function (points select theming to following function). 1
jump_menu_theme_registry_alter ./jump_menu.module Alter theme registration to allow overriding select theme function, to allow for extra attributes within options through form API. This is to add depth classes.
jump_menu_uninstall ./jump_menu.install Implements hook_uninstall().
jump_menu_update_7010 ./jump_menu.install Update jump menu block deltas to allow different types of blocks.
_jump_menu_create_options ./jump_menu.module Recursive menu to select option building. 1
_jump_menu_get_settings ./jump_menu.module Utility: Grab settings or defaults, for display or settings form. 1
_jump_menu_render_block ./jump_menu.module Abstract block rendering to be more flexible about when/how this happens. 2
_trim_name ./jump_menu.module Utility.

Other projects