Tag Archives: spribbon

Managing SharePoint 2010 ribbon visibility

A while ago I was talking about how you can programatically hide ribbon depending on your requirements. There are few methods – one of course, suppress ribbon with JavaScript; second method is to hide the ribbon control on the masterpage … Continue reading

Posted in sharepoint, sharepoint 2010 | Tagged , | Comments Off

Tips & Tricks: Creating complex SharePoint 2010 ribbon elements

In case you haven’t noticed – SharePoint 2010 says it loud and clear that ribbon UI is here to stay. In this 30 min screencast we’ll learn how to: 1. Create a custom ribbon element (button) in SharePoint. 2. Wire … Continue reading

Posted in sharepoint, sharepoint 2010 | Tagged , , , , , | Comments Off

Referencing external JavaScript when building custom SharePoint 2010 ribbon

I assume you already tried working with SharePoint 2010 ribbon and you already know the structure of how you can create basic ribbon controls. One of the most commond things that you might be doing when creating your custom ribbon … Continue reading

Posted in sharepoint, sharepoint 2010 | Tagged , , , , | Comments Off

Building more complex SharePoint 2010 ribbon structure

This post assumes you already know the basics of building simple ribbon structure. If not, check out this 7 min screencast or this article. In this post we’ll replace the contents of Elements.XML defining our custom ribbon with something more … Continue reading

Posted in sharepoint, sharepoint 2010 | Tagged , , , , | 12 Comments

Extending SharePoint 2010 Ribbon

Just like with Office 2007 Ribbon is a big change in SharePoint 2010 Beta, and there is a lot of interest in extending it as it`s a focal point of a custom application control area. Here we`ll take a look … Continue reading

Posted in sharepoint, sharepoint 2010 | Tagged , , , | Comments Off