Tagged Questions
3
votes
2answers
2k views
How to disable button of Ribbon ToolBar?
[Possible Duplicate]
Disable Ribbon Button
But I came with question, as I'm this question not answered and I'm looking for available server side solution.
I wonder if there is a way to disable button ...
3
votes
1answer
1k views
SharePoint show Ribbon with multiple webparts on page
I've created a sharepoint page that has an xslt webpart and a 2nd webpart that is unrelated to the question
When we add this second webpart the ribbon bar is hidden and you have to click the webpart ...
3
votes
2answers
1k views
Customizing Ribbon Control in SharePoint 2010
I have a custom document library and i want to disable the download as a copy option available in the ribbon control. Please note this disabling should be applicable only to this particular document ...
3
votes
1answer
3k views
Disable Ribbon Button
I want to disable and NOT hide a ribbon button (specifically Ribbon.ListItem.New.NewListItem) on a particular List type. On web I could find a lot many posts showing me ways to remove/hide buttons but ...
2
votes
2answers
10k views
Sharepoint 2010 - Custom Ribbon
Hello
i'm developing a sharepoint project and central admin pages (located in _layouts), and i want to use Ribbon bar.
i have found this sample but i hope so, it is wrong..
...
2
votes
0answers
377 views
Customizing or Catching SharePoint ribbon action “New Document” in document library
I was wondering if it is possible to catch or customize the "New Document" action in the ribbon when you create a new document in a document library.
The reason is the following: I would like to fill ...
2
votes
1answer
410 views
CRM 2011 - Export Translations Issue - LocLabels Issue in Ribbon
I recently have some problems when exporting the translations of an entity. At first I thought that the problem was lying much deeper than just the ribbon.. But with some testing, I found out that it ...
1
vote
3answers
2k views
Apply CSS on a Specific SharePoint Ribbon Bar Button?
Is there a way to simply hide a particular SharePoint ribbon bar button? I've see the CSS code for hiding the entire ribbon bar, but I only want to hide 1 button on it (the check-in button). I've ...
1
vote
2answers
908 views
Is it possible to add a custom button in Sharepoint 2010 Ribbon just for a specific page?
Is it possible to add a custom button in Sharepoint 2010 Ribbon just for a specific page?
I found many examples about adding a custom button in Sharepoint 2010 Ribbon via CustomActions (XML) in ...
1
vote
2answers
2k views
SharePoint: Ribbon Contextual Groups and Tabs
I am new to SharePoint ribbon. I would really appreciate if you can please help me out to find why I do not see the View and Edit buttons in the Manage group of my tab.
Here are my definitions for ...
1
vote
1answer
740 views
Custom Links/Buttons in SharePoint Online 2010 Ribbon
I'm new to SharePoint and am looking to add some custom links or buttons to the ribbon (only want these to show on the ribbon when the advanced ribbon menu controls are not showing, if that makes ...
1
vote
0answers
267 views
SharePoint 2010 Ribbon Customization Without Visual Studio
I am exploring different options for a tool I am looking to migrate to SharePoint 2010.
The current tool is in Excel and uses the ribbon customization options extensively. This would go nicely with ...
1
vote
1answer
151 views
Appropriateness of use regarding ribbons and menu's in sharepoint 2010
So with the new Ribbon on top of the SharePoint 2010 page we have an office like feel to working with SharePoint pages. Customization of this ribbon is great, adding your own functionality augmenting ...
1
vote
2answers
1k views
Custom Ribbon Button doesn't show on subsites
I've successfully added a custom ribbon button to my site and everything shows up as expected. However, when I go to a sub site, my custom ribbon button doesn't show up. How can I get my button to ...
1
vote
2answers
495 views
Custom actions migration from SP 2007 to 2010
I have custom action defined in my SharePoint 2007 feature. It adds new item to document library menu.
<CustomAction Id="UserInterfaceLightUp.MobiusDiscretionaryArchivingLibMenu"
...