1
vote
2answers
84 views

How can the deployment of a feature (or element) be made dependent on the SharePoint version (2010/2013)?

I have a solution (deployed in the Sandbox) that declaratively creates CustomActions (menu items). It works fine in SharePoint 2010 and 2013, but we don't like the look in 2013 so I'd like to exclude ...
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
397 views

Caml defined Custom Action, UrlAction and the multi language interface

When defining a custom action via the CAML schema definition, the UrlAction parameter specifies the "site or site collection relative URL of the page, for example, ~site/_layouts/sampleurl.aspx or ...