You are here

Functions in Better Jump Menus 8

Primary tabs

Namesort descending Location Description Direct uses Strings
jump_menu ./jump_menu.module Output a core menu as a select jump menu. 1 2
jump_menu_block_settings_submit ./jump_menu.module Submit handler to save block-specific jump menu settings. 1
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_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_create_options ./jump_menu.module Recursive menu to select option building. 1
_jump_menu_render_block ./jump_menu.module Abstract block rendering to be more flexible about when/how this happens.

Other projects