Version 1.11 (checked in on 2010/03/08 at 15:45:26 by webchick)
Administrative page callbacks for the shortcut module.
| Name | Description |
|---|---|
| shortcut_admin_add_link | Adds a link to the end of a shortcut set, keeping within a prescribed limit. |
| shortcut_link_add | Form callback: builds the form for adding a new shortcut link. |
| shortcut_link_add_inline | Menu page callback: creates a new link in the provided shortcut set. |
| shortcut_link_add_submit | Submit handler for shortcut_link_add(). |
| shortcut_link_delete | Form callback: builds the confirmation form for deleting a shortcut link. |
| shortcut_link_delete_submit | Submit handler for shortcut_link_delete_submit(). |
| shortcut_link_edit | Form callback: builds the form for editing a shortcut link. |
| shortcut_link_edit_submit | Submit handler for shortcut_link_edit(). |
| shortcut_link_edit_validate | Validation handler for the shortcut link add and edit forms. |
| shortcut_max_slots | Returns the maximum number of shortcut "slots" available per shortcut set. |
| shortcut_set_add_form | Form callback: builds the form for adding a shortcut set. |
| shortcut_set_add_form_submit | Submit handler for shortcut_set_add_form(). |
| shortcut_set_admin | Menu page callback: builds the page for administering shortcut sets. |
| shortcut_set_customize | Form callback: builds the form for customizing shortcut sets. |
| shortcut_set_customize_submit | Submit handler for shortcut_set_customize(). |
| shortcut_set_delete_form | Form callback: builds the confirmation form for deleting a shortcut set. |
| shortcut_set_delete_form_submit | Submit handler for shortcut_set_delete_form(). |
| shortcut_set_edit_form | Form callback: builds the form for editing the shortcut set name. |
| shortcut_set_edit_form_submit | Submit handler for shortcut_set_edit_form(). |
| shortcut_set_switch | Form callback: builds the form for switching shortcut sets. |
| shortcut_set_switch_submit | Submit handler for shortcut_set_switch(). |
| theme_shortcut_set_customize | Themes the shortcut set customization form. |
| _shortcut_link_form_elements | Helper function for building a form for adding or editing shortcut links. |