A ribbon is an interface where a set of toolbars that are placed on tabs in a tab bar.

learn more… | top users | synonyms

1
vote
1answer
708 views

Ribbon button - Move selected items into Document Set

How do I create a button on the ribbon and how do I move the selected item(s) from the list/library into a Document Set?
1
vote
1answer
430 views

hide ribbon menu for workflow

I want to hide the workflow button: Ribbon.List.Settings.ManageWorkflows Which scope should the feature have (web or site)? Now I try: <HideCustomAction Id="RemoveRibbonButton" ...
1
vote
2answers
755 views

How do I modify the ribbon for a Welcome Page or Page content type?

I'd like to add some custom actions for the pages on our site. These pages all have use the Page or Welcome Page Content Type. Thanks.
1
vote
2answers
297 views

Hide Ribbon Button for a Particular List

I want to hide a SharePoint 2010 ribbon button for a list based on SharePoint groups. SPSecurity.RunWithElevatedPrivileges(delegate() { using (SPSite site = new ...
1
vote
2answers
2k views

I want to hide the SharePoint Ribbon Tabs (Browse, Page, etc) on my homepage based on permissions and such that they are stripped/trimmed when hidden

I am trying to hide the SharePoint Ribbon Tabs based on a users permissions. I know that I can use the SPSecurityTrimmedControl to do this but I need to wrap it around just the tabs and not the whole ...
1
vote
1answer
517 views

How to make top ribbon visible on all accounts - My Sites

So I've spent a lot of time customizing the look and feel of My Sites using feature stapling but I had been checking the changes using the Administrator account...now I logged in as a test user with ...
1
vote
1answer
641 views

Display Warning Message at Click Event of Cancel Button of Ribbon

I want to display a warning message whenever user clicks the Cancel button on the ribbon of EditForm.aspx OR Hide/Remove the Cancel button from the Ribbon. Both solutions are most welcome.
1
vote
2answers
393 views

How to determine why custom ribbon tab does not appear with page component?

I've defined custom tab with buttons in elements.xml which shows only on document libraries (RegistrationType="List", RegistrationId="101"). When I use CommandUIHandler for javascript, custom tab ...
1
vote
2answers
2k views

how do i place custom action in custom group on displayform?

By following the examples in the SP 2010 C# Hands On Lab (SPCHOL308), I've gotten a CustomAction button to show up under the View tab in the Manage group on the DisplayForm. I want to place this ...
1
vote
1answer
282 views

How do I trigger off of the ribbonbar being shown/hidden?

When the ribbon bar is visible (i.e., not in Browse mode), I want certain things to happen on my page (mostly involving changing styles of some items). How do I determine if it's visible or not or ...
1
vote
1answer
2k views

Adding custom button to ribbon - Button doesn't get displayed

I'm trying to add a custom button to a SP2010 ribbon in the DisplayFormToolbar for a list item. The list is external, although I don't think that matters but still... This is my custom action ...
1
vote
1answer
2k views

How to add a button at Page tab ribbon at publishing page?

Can you please help me in order to add a button at Page tab in publishing page. I am able to add the button in the documents library but I am not able to add the button at Page tab. Here is the XML ...
1
vote
2answers
1k views

Custom SharePoint 2010 ribbon button based on Insert Link

I'm in the process of implementing a custom tab, group and button for the SharePoint 2010 ribbon. The button is to behave almost identically to the standard Editing Tools>Insert>Link button, except ...
1
vote
1answer
1k views

SharePoint 2010 Ribbon on Application pages

I'm trying to create a SharePoint 2010 application page (AKA layout page) to display some information and allow users to perform some custom functionality. I need to display custom ribbon tab for the ...
1
vote
3answers
1k views

Hide OOTB Markup Styles in SharePoint 2010

How do you hide out-of-the-box entries from the Markup Styles definitions in the rich text editor in the ribbon in SharePoint 2010? I know how to add new entries using CSS, but not how to hide the ...
1
vote
1answer
353 views

Adding functionality to Ribbon

In SharePoint 2010 when adding a link to a site/page I am able to set a number of properties. I'd like to be able to add a "no-follow" attribute so that users can easily select whether the link ...
1
vote
2answers
89 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
1answer
206 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 ...
1
vote
1answer
347 views

How to remove/change JavaScript code from sp.ribbon.js?

I use This link for created a ribbon on my web part. I run the solution and it is OK. but when i change the JavaScript code it is run the old code. I remove the JavaScript code in solution and add ...
1
vote
2answers
2k views

How to add a button at Page tab ribbon when add webpart?

I have a webpart with custom setting. I add 2 property to webpart setting. I want add button to Page tab ribbon when webpart added to page and value set for the property. It is possible that add a ...
1
vote
1answer
416 views

Custom Ribbon Button on Custom List (created in VS)

I've created a custom document library which is defined through a Visual Studio solution. I also have ribbon customizations which add buttons. My problem is that these buttons do not display on the ...
1
vote
1answer
145 views

Possible to have a SPRibbonPostbackCommand and SPRibbonCommand at the same time?

I'm happily using SPRibbonPostBackCommand to a custom save button. It generates a Postback and everything is fine and dandy. Previously to generating a Postback I would like to make one Javascript ...
1
vote
1answer
221 views

How to apply a Ribbon to a custom List Definition

I have a custom list definition defined as follow: <Elements xmlns="http://schemas.microsoft.com/sharepoint/"> <!-- Do not change the value of the Name attribute below. If it does not match ...
1
vote
1answer
376 views

SharePoint 2010 Ribbon Customization (Copy/Paste List Item Properties)

I have a requirement to copy and paste only the properties of a document library item. There must be two button on the Edit-Form.aspx ribbon that allows me to copy and paste only the properties. I ...
1
vote
1answer
589 views

RTE markup and Page Layout javascript error

Okay, so I have been running into this issue way too often now and it's starting to really irritate me and I have no idea what triggers these errors. I have made a custom masterpage for my SharePoint ...
1
vote
1answer
904 views

Could not load type 'xxx

I get this error in the log. Its a custom ribbon button that opens a dialog with a custom application page. I checked the 14 hive and the aspx is there. So, i dont know what else to check Medium ...
1
vote
1answer
529 views

custom actions are not visible

I have a custom action for the menu, but I can not see it. 1. I am site collection admin 2. I checked the feature and its there 3. I checked the package and is there 4. I checked the 14 hive and ...
1
vote
3answers
428 views

Problem creating a Custom Ribbon Action to Order Lists

I attempted to create my first Custom Ribbon action to allow users to sort list items. But I failed miserably. the Action wont show in my ribbon at all and I am having trouble finding out what is ...
1
vote
1answer
485 views

Disable ribbon button if one folder is selected

This script works but only for one selected item EnabledScript="javascript: var items = SP.ListOperation.Selection.getSelectedItems(); (items.length == 1 ...
1
vote
1answer
474 views

Create/Extend new Ribbon with the client OM

I want to integrate an existing LOB application into SharePoint using JavaScript. To give the user a single user-experience, I would like to add an application specific ribbon to the current page. ...
1
vote
1answer
287 views

Dropdown in ribbon is not visible - TemplateAlias problem?

I have the following code, the button is shown but the dropdownlist is not visible. I think the problem is with templatealias, but I dont understand very well how this thing works
1
vote
1answer
257 views

populate dropdown in ribbon with folders from a specific site pages library only

I already have created a dropdownlist in the ribbon, however I need to fill it with the folders inside the Site pages library for example. I tried, but I didnt find any article or blog about it. ...
1
vote
2answers
435 views

Tricky error in dialogbox styling

This question is related to this: Customize Sharepoint 2010 Ribbon in Dialog ONLY I did what suggested there and it works fine, but with a small problem shown on the screenshot below. My Ribbon html ...
1
vote
1answer
314 views

Sharepoint Ribbon for view item form going full option

I have a view item form which contains a custom WebPart for displaying that item. I have no issue with that but the ribbon for the display form looks weird: It contains lots of options that don't ...
1
vote
2answers
943 views

Not able to edit sharepoint page

I have been given the task to place a link on a sharepoint page that has been develped by someone else. I have full control permission in the site.When I try to edit the page all options are grayed ...
1
vote
1answer
814 views

SharePoint Ribbon Loading endlessly

i'm a beginner of SharePoint.I'm using 2010version. Here i'm facing a problem that the ribbon of my root site is loading endlessly. I could not use the options like page, Edit,site action etc.. but ...
1
vote
2answers
471 views

Add button to Ribbon but they don't show up?

Here is the xml from element file. It's scope to web. <?xml version="1.0" encoding="utf-8"?> <Elements xmlns="http://schemas.microsoft.com/sharepoint/"> <CustomAction Id="HelloWorld" ...
1
vote
1answer
668 views

How to check if current folder in document library has child items via JavaScript client object model?

I have a custom button on ribbon, which performs some action with current folder (download folder content as zip package). I want to disable this button in case if current folder doesn't contain any ...
1
vote
1answer
112 views

How to take screen shot of sharepoint site programmically

Currently i have created a custom button in my sharepoint ribbon bar and i need a code for taking screen shot of the page when the custom button is clicked. since there is login credential i cannot ...
1
vote
2answers
778 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 ...
1
vote
1answer
2k views

Removing “Edit Item” from calendar ribbon in sharepoint 2010

I am facing trouble removing the "Edit Item" ribbon button from calendar DispForm.aspx. I have created a visual studio 2010 user control where i used the method ...
1
vote
1answer
328 views

Sharepoint 2010 only displaying an item in the ribbon if using IE

I am using some JavaScript that can only be used in IE. Is there a way to hide my custom ribbon button if not in IE? Or only display it if it is IE.
1
vote
2answers
998 views

Remove Attach file button from Ribbon

Can anyone offer advice please as to how i can remove the 'attach file' menu button form the ribbon only on a specific library? It is on the default new + edit forms that are loaded ... It needs to ...
1
vote
1answer
448 views

Infopath Browser form Ribbon modification

How we can customize sharepoint 2010 form server ribbon buttons? I found 'Ribbon.Tabs.InfoPathHomeTab' in page source but it seems that we can't add ribbon button to this location
1
vote
1answer
284 views

Is there a way to nest buttons on a custom ribbon split button or flyout?

Is there a way to nest controls/buttons under a ribbon split button or flyout? I have a problem where I need to give some hierarchical representation to the menu items. For example: [category 1] ...
1
vote
1answer
747 views

New markup style in ribbon

I'm able to add a markup style to ribbon by creating a new class like div.ms-rteElement-mkg-div { -ms-name: "New markup"; } This works well, but what if I want to add a new class, and maybe insert a ...
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 = ...
1
vote
0answers
76 views

Custom tab and controls split over multiple files/features not working in subfolder in a document library

I have a definition for a custom tab with a group with buttons for use within document libraries. One of the buttons is defined in another feature, this way i get a 'pluggable' structure for my custom ...
1
vote
0answers
58 views

Hide Ribbon tabs on SharePoint list forms

I am trying to hide all ribbon tabs in my SharePoint site(check the below image). I am using delegate control with following piece of code. The code hides ribbon tabs on all the site pages, but not ...
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 ...