Is there a way to add a link or button in the menu that appears when you click on the top left corner of a web part in sharepoint 2010?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What I did is use JQuery to look for all the Verb menus present in the page, then add a new DOM elemente to that menu tag.
I deployed this custom javascript code to all the pages using a delegate control with the id AdditionalPageHead. This delegate control added the custom script and a link to JQuery script file. JQuery was also bundled in the solution package.