Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi guys,
Is there any documentation for adding a custom context menu action? I can't find it anywhere. For example, if the item is of a certain document type I want to be able to add a custom action when right clicking on it under the "Content" section.
Thanks
Hi Shane
I'm not sure any comprehensive documentation exists currently but perhaps you can make use of this ghist? https://gist.github.com/perploug/7334403
/Jan
Hi Shane,
Here is a similar post when the same topic http://our.umbraco.org/forum/umbraco-7/using-umbraco-7/50475-Add-context-menu-item-in-Umbraco-7, perhaps you can get something out of the by look at DaveĀ“s comment.
Hope this helps,
/Dennis
Thanks guys, I've found the event I need to use. Documentation is here:
http://our.umbraco.org/documentation/extending-umbraco/section-trees/trees-v7
The event I needed was the bottom one - "TreeControllerBase.MenuRendering"
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco 7 - Add context menu item
Hi guys,
Is there any documentation for adding a custom context menu action? I can't find it anywhere. For example, if the item is of a certain document type I want to be able to add a custom action when right clicking on it under the "Content" section.
Thanks
Hi Shane
I'm not sure any comprehensive documentation exists currently but perhaps you can make use of this ghist? https://gist.github.com/perploug/7334403
/Jan
Hi Shane,
Here is a similar post when the same topic http://our.umbraco.org/forum/umbraco-7/using-umbraco-7/50475-Add-context-menu-item-in-Umbraco-7, perhaps you can get something out of the by look at DaveĀ“s comment.
Hope this helps,
/Dennis
Thanks guys, I've found the event I need to use. Documentation is here:
http://our.umbraco.org/documentation/extending-umbraco/section-trees/trees-v7
The event I needed was the bottom one - "TreeControllerBase.MenuRendering"
Thanks
is working on a reply...