Series: Quick Links: Customizing SharePoint 2010 Ribbon Development
In my article, I added a quick links section for quick access to my articles on customizing the SharePoint 2010 ribbon.
- Published on
Create Custom Group Templates for Custom SharePoint Ribbons
Learn why using the out-of-the-box (OOTB) group templates for customizing the SharePoint ribbon is a bad idea - always create your own group templates.- Published on
SharePoint 2010 Ribbon Development - Handling Events
This article is part of a SharePoint 2010 ribbon development series. The SharePoint SDK provides useful information on how to customize the ribbon- Published on
Implementing Page Components in the SharePoint Ribbon
This post is part of a SharePoint 2010 ribbon development series. It discusses two ways to implement controls - declaratively or through a page component.- Published on
Global and Focused Commands in SharePoint Ribbon Development
Explore the differences between global and focused commands in SharePoint ribbon development, explained by Andrew Connell in this series post.- Published on
Handling Events in SharePoint 2010 Ribbon Development
The post is part of a series on SharePoint 2010 ribbon development, and it discusses handling events using the commanding framework