Posts

Showing posts from November, 2011

Extend SharePoint 2010 User Interface for Lists - Ribbon, Menus & Toolbars

Image
In my previous post, I demonstrated how to customise the User Interface for Libraries in SharePoint 2010 by adding links / custom actions in existing Menus, the Ribbon and Document Library Settings pages . This post follows on by demonstrating how to customise the interface for different types of lists built into SharePoint 2010 by adding new custom actions to the menus and existing groups in the Ribbon. Contents: 1. Extending the User Interface for Items 1.1 Add a custom link to the List Item Menu (ECB / LIM) for an Announcements list 1.2 Add a Custom Action to the “Manage” group in the Events tab of a Calendar / Events List 2. Customise the “New” menu and “New” Group on Ribbon for a Task List in SharePoint 2010 2.1 Add a Link to the New menu for a Task List 2.2 Add a Custom Control to the existing New Group in the Items tab on the Ribbon for a Task List 3. Add a link to the Custom Actions Group for a Links List in SharePoint 2010 3.1 Add a Custom Action to the Actions M...

SharePoint 2010: Extend the Document Library Menus, Ribbon and Settings Interface

Image
In this tutorial I demonstrate how to customise the interface for Document Libraries in SharePoint 2010 using Custom Actions . I explain how to target specific types of Libraries built-in to SharePoint, and how to include additional links/actions to menus, the Server Ribbon and settings pages associated with Document Libraries. This tutorial covers the following: RegistrationId’s for Document Library types in SharePoint 2010 A list of Registration ID used to target specific types of Document Libraries built-in to SharePoint 2010 when adding new links / controls to the built in Interface. 1. Customise the Interface for the New Menu and Ribbon Group 1.1 Add a link to the New Menu for a Document Library in SharePoint 2010 1.2 Add a control to the “New” Group on the Ribbon for a Document Library in SharePoint 2010 2. Customise the Interface for the Actions Menu and Library Action Groups on the Ribbon 2.1 Add a link to the Actions menu for a Document Library in SharePoint 2010 2.2 A...