shortcut.admin.inc
Version 1.2 (checked in on 2009/11/08 at 13:23:41 by webchick)
Administrative page callbacks for the shortcut module.
Functions
| Name | Description |
|---|---|
| shortcut_admin_add_link | Add a link to the end of a shortcut set, keeping within a prescribed limit. |
| shortcut_link_add | Menu callback; Build the form for adding a new shortcut link. |
| shortcut_link_add_inline | Menu callback; Creates a new link in the provided shortcut set |
| shortcut_link_add_submit | Submit handler for the form that adds shortcut links. |
| shortcut_link_delete | Menu callback; Build the form for deleting a shortcut link. |
| shortcut_link_delete_submit | Submit handler for the shortcut link deletion form. |
| shortcut_link_edit | Menu callback; Build the form for editing a shortcut link. |
| shortcut_link_edit_submit | Submit handler for the shortcut link editing form. |
| 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_customize | Menu callback; Build the form for customizing shortcut sets. |
| shortcut_set_customize_submit | Submit handler for the shortcut set customization form. |
| shortcut_set_switch | Menu callback; Build the form for switching shortcut sets. |
| shortcut_set_switch_submit | Submit handler for the form that switches shortcut sets. |
| theme_shortcut_set_customize | Theme function for the shortcut set customization form. |
| theme_shortcut_set_switch | Theme function for the form that switches shortcut sets. |
| _shortcut_link_form_elements | Helper function for building a form for adding or editing shortcut links. |
