Tagged Questions
1
vote
1answer
295 views
Getting the Item ID from the ECB (Edit Control Block) using JavaScript
I know I can use {ItemId} to pass it to the URL like so:
<UrlAction Url="~site/_layouts/ConvertItem/ConvertItem.aspx?ListId={ListId}&ItemId={ItemId}&ItemUrl={ItemUrl}"/>
...
0
votes
1answer
191 views
How to deploy custom context menu item?
I made a custom SharePoint application page and now I want to open it from edit control block (item context menu). My XML won't compile because it is telling me that I have illegal characters in the ...
6
votes
1answer
1k views
Context Menus - Send To not working in IE9
I have a document center with a custom master page. The page is designed with IE9/HTML5/CSS3 in mind. In my other question, I worked out how to fix the IM Presence icons by fixing some core ...
3
votes
1answer
172 views
Getting the path of a an item on using UrlAction and JavaScript
I have a custom ECB menu item. I want to get the path of the file that has been right clicked and alert it using JavaScript. Is this possible?