SharePoint 2010/2013 Ribbon API
SharePoint 2010 custom ribbon
SharePoint 2013 custom buttons on quick access toolbar (QAT)
SharePoint 2013 custom ribbon
Getting started with SharePoint Ribbon API
Using QASPRibbon in your projects.
- Add reference to QASPRibbon.dll;
- Include QASPRibbon.dll in project Package for GAC deploying using 'Advanced' tab;
- Create custom RibbonTab, RibbonQAT or RibbonContextualGroup;
- Register your new ribbon elements using QASPRibbon.RibbonManager.Current;
Documentation
Check out
documentation which contains API rederence and articles about SharePoint Ribbon API.