A ribbon is an interface where a set of toolbars that are placed on tabs in a tab bar.
1
vote
2answers
93 views
Custom action or a specific list in SP 2007
I have a question regarding the custom action, basically I would like to create a custom action in ribbon for only ONE SharePoint list, this list already exist and i cannot and i dont want to modify ...
1
vote
0answers
88 views
Ribbon Custom action for creating new page
I would like to create a new Ribbon Custom action for creating new page, because I want to have more control on creating new page. I have created a SharePoint hosted app and added new ribbon custom ...
0
votes
0answers
98 views
How do I use the “Export to Excel” feature in a SharePoint 2010 Slide Library?
Our SharePoint 2010 Enterprise site has a Document library and Slide library.
In the Document libary, the Export to Excel button works great.
But in the Slide library, the control is disabled. Is ...
4
votes
2answers
1k views
Selected value in ribbon DropDown/ComboBox is not displayed
When I select one of the values in my DropDown (or ComboBox, tried both), the event gets triggered correctly, but the selected item is not shown when the DropDown is closed (the box stays empty). I ...
1
vote
1answer
322 views
How to change the default font face and size in the text editor of the ribbon
Is it possible to change the default font face and size in the SharePoint 2010 Rich Text Editor Ribbon control? If so how?
Note: I need this to work throughout SharePoint, not just when changing ...
2
votes
0answers
66 views
Adding Custom Image Styles to the Ribbon
I use the following Editor Control, with the PrefixStyleSheet "el-" for my custom styles:
<PublishingWebControls:RichHtmlField FieldName="f55c4d88-1f2e-4ad9-aaa8-819af4ee7ee8" ...
0
votes
1answer
89 views
Hiding “half” of the New button in the SharePoint ribbon
I built a calendar with multiple content types. What I'm basically trying to achieve here is to force a user to choose from those content types when creating a new item instead of defaulting to the ...
3
votes
4answers
2k views
Blog - how to avoid List Tools in ribbon when clicking on text
I have created a custom blog with the publishing feature enabled.
When I am logged on with a normal user (with no admin rights) and click on a text or an image, "List Tools" appeares in the ribbon, ...
1
vote
1answer
253 views
Missing SP.Ribbon.js
I am running into a strange problem that SP.Ribbon.js is not getting loaded.
Normally if I view page source, there will be a bunch of RegisterSod(...) lines that loads a bunch of sharepoint ...
2
votes
0answers
31 views
SharePoint 2010 Ribbon in MOSS 2007
I wonder if any of you might have any experience/suggestions/ideas in how to implement a ribbon control in MOSS 2007, that is identical to the version available in SP 2010
0
votes
1answer
212 views
Unable to use the ribbon “Download a Copy” when multiple documents are selected
Several users reported that the ribbon button gets grayed out as soon as they select multiple documents to download from a document library.
The feature works fine if you select a single document and ...
0
votes
1answer
290 views
Custom Ribbon button in Calendar event edit form SP2013
I am trying to define a ribbon button that appears in the calendar new event and/or modify event form using Visual Studio.
I am perfectly able to have a ribbon button appear in the list view and ...
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 ...
1
vote
1answer
154 views
Create Custom Ribbon Tab with New Document Flyout
My boss wants me to assume that the clients are complete idiots and that the standard document tab with all the options is too scary even with all the options grayed out. He wants me to create a ...
0
votes
1answer
434 views
How can I add button to ribbon that visible only for specific content type?
I have document library and i want to add button that will be visible only for my content type:
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<!-- Parent ContentType: ...
2
votes
3answers
479 views
Remove ribbon entirely on certain page?
Can this be done with SharePoint Online?
Failing that, for an entire site?
Thanks.
2
votes
1answer
346 views
Custom Ribbon command greyed out in IE8
I have created a simple Ribbon command that hides the header, footer, and ribbon via jQuery. It then calls window.print() and unhides the previously hidden divs. It works great on my development ...
0
votes
0answers
88 views
What causes the ribbon bar to be missing in master (landing) page and still visible but disabled in subsites?
I am missing the ribbon bar in my custom master page but it displays in all subsites in disbled condition. I have used the same copy of v4.master page and added my new custom css. I've edited the ...
5
votes
2answers
717 views
Ribbon gets hidden by default. How to fix that?
I have the following problem: the ribbon bar gets hidden by default for the users of a site collection, so they must enable it manually by using the "Show Ribbon" link on the site action menu.
This ...
1
vote
1answer
44 views
After migration Sharepoint doesn't tell that the page is checked out
After we did a migration to a portal we found a weird behavior which I need your help in
we migrated the masterpages manually and added the ribbon code and all of the placeholders
the issue is that ...
2
votes
0answers
87 views
Load List Item Ribbon tab on page load when using Page in Pages Library
My question is a little bit different than the other missing / loading ribbon questions and I'll explain why.
In order to properly style my application, I've created a page in the Pages Library and ...
1
vote
0answers
40 views
Browser previous page button causes ribbon buttons unavailable
We have got problem on sharepoint 2010 lists: user executes custom action redirecting user to some custom sharepoint page then user click previous page browser button and after selecting again item ...
5
votes
2answers
364 views
Is there any alternative UI for sharepoint Ribbon Control to minimise height?
Sharepoint Ribbon bar is occupying more height space in our application and the business users want this to be avoided somehow. Can anyone suggest any other alternative UI to minimise the Ribbon ...
4
votes
2answers
229 views
Button not appearing on custom tab
I'm attempting to add a tab to the Library contextual group. So far that works inside a Document Library. I can also see my Group on the new tab, but I don't see my button (will have more than one ...
1
vote
2answers
1k views
Remove button from Ribbon in a specific toolbar
I need to remove 'Upload Document' button from the Ribbon on a Document Set library, with the toolbar set to "None".
I can successfully remove it from the Full Toolbar (which is the default one) ...
2
votes
1answer
155 views
How to remove ms-cui-disabled from a button?
The Workflow button is currently disabled on a list, in all views. It is using the "ms-cui-ctl-large ms-cui-disabledcui-disabled" CSS. Where do I go to change this to the class="ms-cui-ctl-large " ? ...
0
votes
1answer
80 views
Hide Site Actions at the top of the page and the list tools on the toolbar for a specific permission group
Hi I want to be able to hide the 'Site 'actions' button at the top of my sharepoint page as well as the List Tools in the ribbon. I have a code which removes these altogether but I want to remove ...
1
vote
1answer
467 views
“Ribbon.Read” has not been made available for this page or does not exist
I have created a link to open up a new page in a model form.
I get this error but I dont know how to fix this
The Ribbon Tab with id: "Ribbon.Read" has not been made available for this page or does ...
1
vote
1answer
108 views
Missing Buttons and Function on Ribbon bar
The ribbon in my entire production SP2010 farm is not right and am not sure how it got like that (am assuming a web part deployed and maybe did something?? As I am NOT a developer and did not do ...
1
vote
2answers
334 views
How do I add a theme font to a ribbon?
I have Arial and Verdana as Theme Font. I want to add Tahoma to the Theme Fonts as well. How do I add a theme font to the ribbon?
0
votes
0answers
113 views
How to change Text/Label of CustomAction button of Ribbon?
I want to change the Text/Label when I click on the CustomAction button of Ribbon.
It should be change from my Javascript function because I want to check the condition in that.
My CustomAction ...
1
vote
0answers
50 views
Sharepoint 2010 Ribbon on working on inner pages
I have a publishing portal site set up with all relevant features enabled. The ribbon is completely greyed out and does not allow me access to any editing, publishing or browsing features. However, on ...
1
vote
0answers
22 views
How to remove part of a ribbon? [duplicate]
Possible Duplicate:
Hiding buttons of the Ribbon Bar
I have a list where users have contribute access - I need to remove the List Tools group in the Ribbon but still keep the Site Actions ...
2
votes
0answers
78 views
Create submenu item on Ribbon's Splitbutton
I just want to know if it's possible to add submenu on a custom splitbutton by using a delegate control.
I know that the normal way is to use javascript function to create the submenu xml. But I was ...
2
votes
1answer
252 views
Why CustomRibbonButton for List not displaying in RibbonBar?
I have added 1 Element File for CustomRibbon Button.
And added 1 Feature to deploy this RibbonButton.
When I deploy this, it deploys and Feature is Activated but not displaying the Button in ...
0
votes
0answers
22 views
CustomRibbon not displaying in inbuilt List created
I have created my CustomRibbon button in my project.
When I deploy it, it is showing me in the CustomList which is created from Site, but not displaying in the List which is created from VisualStudio ...
7
votes
2answers
262 views
How do I make a custom publish botton for a page and make it do the same as the ribbon publish botton?
How do I make a custom publish botton for a page and make it do the same as the ribbon publish botton? We have a request from the customer to make a simple page that should have a custom publish ...
0
votes
2answers
178 views
Create a Ribbon for one list only and change it depending on a value
So, I created a custom list named "Events" and one named "attendees" for an event-management-solution (lets call it attendee training) in a site-collection at my SP2010 Server.
My Problem: I want to ...
1
vote
1answer
97 views
Editing the ribbon button URL
I would like to edit the the link that the close button on the ribbon redirects users to. Is this possible and how do I go about doing so?
Thanks
0
votes
1answer
124 views
Custom ribbon button on 'Edit Properties' dialog box ribbon?
In a nutshell - I would like a button somewhere on the ribbon (custom action?) that, when clicked, will form a string which includes the current web's ID and the list item ID.
How do I go about ...
1
vote
1answer
456 views
Ribbon tabs not visible in document library unless I click any document
In my document library the ribbon tabs (Documents and Library) is not visible unless I click any document. Earlier all the tabs were visible as soon as I navigate to the document library. Why this is ...
2
votes
2answers
1k views
Missing Edit Options in SharePoint MySite Ribbon
I am trying to do some heavy customisation to a SharePoint 2010 MySite. I have hit a bug with the SharePoint ribbon editing tools disapearing. When I reset the default mysite.master as masterpage and ...
1
vote
2answers
804 views
Ribbon not available for list item in dynamically created XsltListViewWebPart
The situation is the following. I'm creating an XsltListViewWebPart during the Page LifeCycle which is added to the page Controls collection (or UserControl Controls collection). The ...
0
votes
1answer
149 views
Showing the tab on button click
Basically my questiong is regarding the ribbon.
So I want to have the following behaviour, when a person clicks on the button, the contextual ribbon tab should be opened.
Any idea how to do that?
I ...
0
votes
1answer
445 views
Select a ribbon tab Ribbon.read with a button
My question is simple:
How do I select a ribbon.read with javascript? For example i have a different tab selected but clicking on the button i would like to select Ribbon.read ... any adivces?
...
0
votes
1answer
343 views
Ribbon grayed out partially if https context
we have a proxy-server running which routes all the external-traffic in a ssl-context since we are using basic-authetication for external users. For internal users we have kerberos and http running.
...
0
votes
0answers
157 views
Activating ribbon contextual tabs for web part with JS or ServerSide
I' searching for a way how to activate the ribbon contextual tabs for a particular web part.
For example on a page there are more than 1 web parts and i want to automatically show in the ribbon ...
2
votes
4answers
1k views
How to invoke server side code from Ribbon
I want to create a Button in my Ribbon which modifies some fields in my items.. In details I want to select more than one element and select my "link" button and make the elements be "linked" by an ...
2
votes
1answer
351 views
How to show Ribbon in listviewbyquery webpart?
I created a custom page in SharePoint that uses standard master page. On the page I am using a listviewbyquery control, but i cannot find how to enable ribbon options for the list.
How do I enable ...
0
votes
0answers
182 views
InputFormTextbox in WebPart ribbon not changing to rich text mode
I have added an InputFormTextBox to my webpart and made the webpart display for the default new form. I expect the ribbon to change to allow rich text editing when you click into the textbox. But it ...


