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. ...
0
votes
1answer
576 views

How can I modify a list property from a custom action using the client object model?

My task is to process selected items of some list. Can I change some field value from the client object model ? I found some solution like this: <?xml version="1.0" encoding="utf-8" ?> ...
1
vote
1answer
876 views

Reference a javascript script in a ribbon custom action xml

Reference a .js file on a spribbon custom action elements.xml on my javascriptmethods.js file: function test(){ alert('test message.');} on my custom action elements.xml: <CustomAction ...