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 ...
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
1answer
849 views

Ribbon fails: Ribbon <Tab> node must have a <Scaling> subnode

I am in big trouble. I have created two ribbons and both doesn't work. I allways get the following failure message: System.ArgumentException: Ribbon <Tab> node must have a <Scaling> ...
6
votes
3answers
2k views

Multiple values of RegistrationId attribute in CustomAction tag

I wonder is there any ability to set not only one but multiple values of RegistrationId in CustomAction tag. I have an elements.xml entry like this: <CustomAction ...