Tagged Questions
2
votes
1answer
209 views
Why CustomRibbonButton for List not displaying in RibbonBar?
I have added 1 Element File for CustomRibbon Button.
And added 1 Feature to deploy this RibbonButton.
When I deploy this, it deploys and Feature is Activated but not displaying the Button in ...
0
votes
2answers
159 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
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
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 ...