Tagged Questions
0
votes
0answers
28 views
SP 2010 Permission issue
I have a site that has the correct permissions to allow contribute / full control of a document list, but when I add a document the options in the ribbon are all grayed out except for the read only ...
0
votes
0answers
26 views
Ribbon-Bar isn´t showing
If I open a SharePoint-2010 list or library the ribbon shows "List" or "Library".
If I click on "List" / "Library", the ribbon does not show up. Only the header is visible.
Any idea on how to fix ...
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
2answers
377 views
List ribbon button disappeared
I have a problem with a List ribbon button that disappears. The only thing that has happend that I know of is that the wsp was redeployed and the site-feature (which creates the list) was reactivated. ...
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 ...
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 ...
5
votes
2answers
2k views
Location of Ribbon XML for List View
I'm looking for the location of SharePoint ribbon XML for List Views. I'm just curious to see how Microsoft has coded it. However, I don't know the location of the xml file. Could someone put me in ...
3
votes
1answer
557 views
Show Ribbon Button on all types of Lists
I want my custom ribbon button to show in all list views. I found this example: How do you create a Ribbon Button custom action that will appear on all kinds of lists
However, this also shows the ...
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 ...
2
votes
2answers
151 views
Hide List and only shows is to the creator
I like to be able to hide my list and the list should only be visible to the person who created it. I've created a custom action -> ribbon to perform that action. Right now when the ribbon button is ...
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 ...
4
votes
1answer
961 views
Trouble adding a button to the ListItem Ribbon
I'm very new to to sharepoint and found a tutorial to allow me to create a custom action in order to place a button on the ribbon. I'm trying to use that to add a button to a list view but It isn't ...
0
votes
1answer
293 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
217 views
Custom List Definitions - Remove the standard create item menu option
I'm creating a custom list definition in SharePoint 2010 by following this article.
It works well but I need to remove the default create list item option and only keep that for Bug Item.
How can ...
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, ...