Tagged Questions
0
votes
2answers
52 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
0answers
30 views
Create Ribbon Button on a custom list template SP2013
I am trying to add a ribbon custom action to a custom list that is created from a custom list template. The list template itself is based on Asset Library. The code below successfully adds the ...
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
1answer
146 views
Custom ribbon button on NewForm.aspx not showing up
NOTE: I know this question has been asked before but the answers shown at Buttons not appearing in custom ribbon group do not seem to explain fully how to solve the issue. I added a GroupTemplate but ...
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 ...
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 ...
0
votes
1answer
239 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 ...
2
votes
0answers
86 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 ...
0
votes
2answers
155 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
2answers
598 views
Customizing social tags and notes buttons on the ribbon
I want to change social tags and notes buttons in the ribbon, but I don't know how and even if it is possible.
So we have 2 social buttons in the ribbon, I like it and Tags & notes. I want to ...
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 ...
2
votes
0answers
235 views
SP2010 Ribbon add confirm logic on publishing a page
I need to display a confirm popup when page is published to warn about unpopulated publishing page fields. User might contiune in which case page will be published, or user might cancel publishing.
...
0
votes
1answer
721 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 ...
1
vote
2answers
860 views
Adding button to ribbon in CommandUI.Ribbon
I'm trying to add a button to the ribbon, in the same place the default "I Like It" and "Tags & Notes" buttons are located. I the elements.xml file for this feature (SocialRibbonControl) and tried ...
0
votes
0answers
143 views
Elements.xml Location value for 'View Item' to add Custom Action
In our Elements.xml file we add a custom action for the EditControlBlock which calls our own edit URL.
Now we want to do a similar thing for when the user click on the 'View Item' ribbon element. ...
2
votes
2answers
150 views
Accessing the propery bag from an elements.xml file
I want to access some configuration data stored in the property bag. I want to access this information from a elements.xml file. This elements.xml file contains a Ribbon with Tabs and Buttons. Is ...
2
votes
1answer
1k views
Javascript call to NewItem2 error “TypeError: Cannot read property 'tagName' of undefined”
Overview
I have a CustomAction for a button on the ribbon that calls a command in a javascript file. The command fails in the inplview.debug.js file on the following lines (1745 - 1748) in the ...
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 ...
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
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) ...
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
5
votes
4answers
3k views
Get current web url in a SPRibbon Custom Action Command
I've a SPRibbon custom action with the purpose of open an custom app page in a modal dialog,
but I'm getting troubles for getting the current web URL, as well, set a reference for a .js with the right ...
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 ...
9
votes
2answers
6k views
Show custom action in ribbon for only one list
Does anyone knows how to show a custom action in the ribbon for only one list?
At this moment I've got multiple custom lists, but my button is added on all of them. I only want to show it on one ...
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 ...
2
votes
2answers
961 views
Ribbon Button Not Working In Home Page (Home.aspx) And Any Site Pages
I've created a "Hello World" ribbon button as per MSDN code sample: http://msdn.microsoft.com/en-us/library/ff630938.aspx
The "Hello World" ribbon button is working only in AllItems.aspx (i.e. In the ...
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
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
371 views
Unable to add button to a custom list
I'm trying to add button to a custom list. It seems impossible to me, below is my button definition from elements.xml
<CustomAction Id="CopyTasksButton2" Location="CommandUI.Ribbon"
...