A ribbon is an interface where a set of toolbars that are placed on tabs in a tab bar.
1
vote
1answer
234 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 ...
1
vote
1answer
147 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 ...
1
vote
0answers
77 views
SharePoint interact with Rich HTML editor using javascript
Is there any way to manipulate the editor content by using JavaScript?
My ultimate goal is to allow user to click a button on ribbon bar, and JS will help to insert some predefined template html into ...
1
vote
0answers
38 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 ...
1
vote
1answer
43 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 ...
1
vote
1answer
98 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
0answers
47 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 ...
1
vote
1answer
89 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
1
vote
1answer
387 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
2answers
137 views
The replicated buttons on the ribbon do not work
I recreated a few buttons from the ribbon; I used the same XML to define the buttons.
The OOTB buttons are located on the ribbon in the contextual tab in lists. I want to take a few buttons like ...
1
vote
2answers
693 views
Sharepoint Ribbon: Circumventing Context sensitivity
First of all, I've asked this same question on StackOverflow. I don't know if questions asked there are visited by users here and vice-versa, so in hopes that my question gets the most exposure, I'm ...
1
vote
1answer
353 views
How to override Ribbon Save Button functionality for a specific page layout?
Is there a way to override Ribbon Save Button functionality in publishing page of specific page layout? My intention is not to override it for all publishing pages but to limit it to specific page ...
1
vote
0answers
171 views
Enable style button on ribbon in SP 2010 edit list form
I am trying to add custom styles to a wysiwyg editor field in a SharePoint list.
I have tried adding in the prefix .ms-rteStyle-xxxxx (xxxxx being the style name). This still doesnt seem to get ...
1
vote
0answers
59 views
Same custom button on 2 totaly different lists
Is it possible to have just the same custom button, show on 2 totaly different lits?
Because when i use the same type for the lists TemplateType="10777" then the list have the same fields.
So i need ...
1
vote
0answers
29 views
Make a group in tab without title
Is it possible to make a group in ribbon without title?
When I added a group with setting "Title" attribute to empty (""), the space usually display group title has disappeared.
Hope someone helps ...
1
vote
1answer
1k views
Show Ribbon in modal dialogs
In the current project, they applied some branding, and for some reason the ribbon is hidden in modal dialogs like when creating a discussion board, task or any list item.
I cant find how they hide ...
1
vote
1answer
95 views
Why can I not stop personalizing?
When I "Personalize this Page", I don't seem to have a way to "Stop Editing". I'd expect such a button under the "Page" of the ribbon, but it's not there.
What can cause this?
1
vote
1answer
200 views
Item Display Form showing View + Page tab in Ribbon while other pages have only View
I have a list with a display form for which I have specified a different rendering WebPart: DataFormWebPart as opposed to the default ListFormWebPart.
This caused some issues with the Ribbon. I ...
1
vote
0answers
194 views
Customizing richtextbox from formfield
This applies to SharePoint 2010.
I have a requirement where users can only use a very specific set of "styles" when creating their content for SharePoint lists. As the "styles" ribbon button does not ...
1
vote
1answer
268 views
Custom ribbon action (office 365)
I've created a custom list and added on that list a custom action in the ribbon.
Before I created a calendar view on this list, I could see the button in the ribbon, now I can't. Does anyone know what ...
1
vote
3answers
2k views
Disable or hide delete button on condition
I have a list called Tenders. I need to make sure that when Tender status field is set to "open" no one can delete it. Ideally would be if I won't see options in ecb and ribbon. It is not connected to ...
1
vote
2answers
141 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"
...
0
votes
1answer
35 views
How to deploy a custom ribbon tab across Root Sub-Levels?
I have a custom ribbon tab that works perfectly on the root Site, e.g.
www.site.com/Lists/MainContentType/AllItems.aspx
But it does not work on subsites e.g.
...
0
votes
2answers
498 views
Show Library items in a ribbon when a document library is opened
When a user navigates to a Document library the ribbon shows up, but by default the "Browse" section/button is selected in the button. Is there a way to change this selection to the "Library" option ...
0
votes
2answers
1k views
SharePoint 2010 ribbons disappears when customizing EditForm.aspx
When opening/editing a list item, the default ribbons (delete, version history, etc) appear at the top.
However when I customize the EditForm.aspx and replace the default webpart with custom content, ...
0
votes
2answers
95 views
Replacing Ribbon.ascx with a custom version [2013]
I'm working very deeply in SharePoint 2013 branding and I finally figured out what the <!--SID:02 {Ribbon} --> snippet actually brings in -- the code from ~/controltemplates/15/Ribbon.ascx but ...
0
votes
1answer
61 views
Why is the ribbon different for users with the same permissions?
I have a published site. I have given 2 users Read permissions to that site. On user can see the browse and page tabs (tho most options are disable {like the should be}), the other user does not ...
0
votes
2answers
256 views
Ribbon button and client object model code
My question is regarding the button on the ribbon and client object model code. I'm not sure how to do it:
So i have a button here:
<CustomAction Id="NewButton" Location="CommandUI.Ribbon" ...
0
votes
1answer
451 views
How to insert selected items after Ribbon Click
I have a code (following http://makarandrkulkarni.blogspot.it/2010/01/new-one.html).
I have a custom WebControl which receives a postback and react with server side code. Thanks to Javascript I can ...
0
votes
1answer
292 views
Remove the ribbon on add new item
On the "Add new item" option on a list, the new form page has a ribbon attached:
I want to edit this page into a custom one with more different types of "Save" buttons.
Before I start cranking at ...
0
votes
1answer
1k views
SharePoint 2010 - enable custom ribbon button only if user has permission to edit selected item
I have a custom action in a ribbon, and I need to enable the button only if current user has permission to edit the item (Contribute role). The action is defined in a document library, the way it ...
0
votes
2answers
2k views
How to enable localization for Custom Action on Ribbon?
I need to make my custom solution for SharePoint 2010 multilingual, I have a Elements.xml file where all my ribbons controls are described but how can in reference to .resx from there and how can i be ...
0
votes
2answers
53 views
Custom ribbon button in Document Library
I need to create custom ribbon for document library. I tried creating custom ribbon button with registration id as 101, but it shows ribbon in all document library.
I also tried using content type ...
0
votes
1answer
20 views
Custom ribbon checkbox works in Firefox, not in Internet Explorer
I'm trying to add a new checkbox in the Edit link tab of a rich editor field (in a publishing site). Specifically, in the behavior group.
I set up a new site feature, activated, that contains this ...
0
votes
1answer
196 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
350 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: ...
0
votes
2answers
156 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 ...
0
votes
1answer
120 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 ...
0
votes
1answer
397 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
654 views
Hide “Upload Document” button via XML?
I'm trying to hide the "Upload Document" button (including the Upload Document and Upload Multiple Documents submenu). I've tried the following XML, but I can't get it to work:
<CustomAction
...
0
votes
1answer
96 views
Adding a button to the ribbon of a publishing page
What is te CommandUIDefinition Location for adding a button to the Page Actions section of a publishing page? I looked on this page but I could only find Web Part Pages and Wiki Pages.
0
votes
2answers
1k views
How to get List Name from JS Object Model - List Name from URL problem
I'm trying to connect Ribbon to Pages.. This works, javascript get what I need and pass as parameter to my page.. I pass the URL and the SelectedItemsID..
I'm facing a problem:
If I had a List ...
0
votes
1answer
722 views
Setting the default ribbon tab to a custom tab in SharePoint 2010?
Ok - So I have a shared documents library - and like many posts before me I would like to make the default tab on the ribbon a custom tab that I have made. Can someone tell me how to edit the URL ...
0
votes
1answer
108 views
Ribbon disappears randomly and cannot open site in SP Designer
We've been running our SharePoint site (public facing, publishing with workflow site) for a few months, but recently we've found that randomly the editing ribbon will disappears for all users who are ...
0
votes
1answer
284 views
SPRibbon Button Unique Button Commands
I basically have a WP with its own custom Ribbon Buttons and Commands. The command's are hard-coded inside the the Elements.xml. However, the webpart basically breaks once you add another "same ...
0
votes
1answer
1k views
Custom Action for a custom Content Type's display form
I have a custom action that I'd want to add to my custom display form of my custom content type
My custom action is:
<?xml version="1.0" encoding="utf-8"?>
<Elements ...
0
votes
1answer
333 views
Rich text - add additional insert types to ribbon
We have a requirement to insert new types of custom objects (for the sake of discussion, let's say a video) into the rich text area:
How do we customize this part of the ribbon for the Rich Text ...
0
votes
1answer
300 views
Best way to initialize an Contextual Tab?
I've a custom contextual ribbon tab element and I'm initializing it throw the following code on a webcontrol hosted on the masterpage:
protected override void OnPreRender(EventArgs e)
{
...
0
votes
1answer
216 views
Dynamically loading service items into hierarchical ribbon menu
I'm stuck on somethin I feel should be pretty straightforward, but I can't quite figure out how to get around it. I can't share my exact code right now as it's inaccessible at the moment, but it is ...
