A ribbon is an interface where a set of toolbars that are placed on tabs in a tab bar.
1
vote
3answers
214 views
Place a Ribbon on a Root Site
I have created a Ribbon following an example. However, the only examples I can find place the Ribbon on a document list. I suspect that a change is needed here:
Location="CommandUI.Ribbon"
...
1
vote
3answers
1k views
Enabling a Button on the Ribbon Based on Selection
How can I change EnabledScript asynchronously? I need this, because EnabledScript depended in my case on some item fields, but I can read them only in async way:
var itemId = ...
5
votes
6answers
2k views
Strange issue with SharePoint 2010 'Ribbon' Tabs
I am running SharePoint Server 2010 Beta on Windows Server 2008 R2 as a standalone installation. I have a wierd problem that only seems to occur on the team site template, sites based on other ...