shortcut.admin.inc

Version 1.11 (checked in on 2010/03/08 at 15:45:26 by webchick)

Administrative page callbacks for the shortcut module.

Functions

NameDescription
shortcut_admin_add_linkAdds a link to the end of a shortcut set, keeping within a prescribed limit.
shortcut_link_addForm callback: builds the form for adding a new shortcut link.
shortcut_link_add_inlineMenu page callback: creates a new link in the provided shortcut set.
shortcut_link_add_submitSubmit handler for shortcut_link_add().
shortcut_link_deleteForm callback: builds the confirmation form for deleting a shortcut link.
shortcut_link_delete_submitSubmit handler for shortcut_link_delete_submit().
shortcut_link_editForm callback: builds the form for editing a shortcut link.
shortcut_link_edit_submitSubmit handler for shortcut_link_edit().
shortcut_link_edit_validateValidation handler for the shortcut link add and edit forms.
shortcut_max_slotsReturns the maximum number of shortcut "slots" available per shortcut set.
shortcut_set_add_formForm callback: builds the form for adding a shortcut set.
shortcut_set_add_form_submitSubmit handler for shortcut_set_add_form().
shortcut_set_adminMenu page callback: builds the page for administering shortcut sets.
shortcut_set_customizeForm callback: builds the form for customizing shortcut sets.
shortcut_set_customize_submitSubmit handler for shortcut_set_customize().
shortcut_set_delete_formForm callback: builds the confirmation form for deleting a shortcut set.
shortcut_set_delete_form_submitSubmit handler for shortcut_set_delete_form().
shortcut_set_edit_formForm callback: builds the form for editing the shortcut set name.
shortcut_set_edit_form_submitSubmit handler for shortcut_set_edit_form().
shortcut_set_switchForm callback: builds the form for switching shortcut sets.
shortcut_set_switch_submitSubmit handler for shortcut_set_switch().
theme_shortcut_set_customizeThemes the shortcut set customization form.
_shortcut_link_form_elementsHelper function for building a form for adding or editing shortcut links.