Tagged Questions
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
433 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
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 ...
2
votes
1answer
486 views
How to create Item of a particular Content Type from Ribbon
I have a document library which has two custom types linked to it. From UI I have two buttons to add that items..
I have two simple "ribbon button" and I want to use that to create the new Item from ...
0
votes
1answer
223 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 ...