Which explains that one should use something called the MenuItemAttribute... how ever.. this is a part of the Umbraco 5 API and I cant really find it anywhere in the Umbraco 6 API.. since the namespace Umbraco.Cms seems to be removed in v6... So.... how do I proceed?.. is there any good reading around of how to create a custom context menu in Umbraco v6?
How to create a custom context menu item i Umbraco 6.1.6
Hi!
I want to create a custom context menu (the one you get when you right click an item in the contenttree/mediatree)
I have found this article:
http://shazwazza.com/post/Custom-Actions-in-Umbraco-Jupiter
Which explains that one should use something called the MenuItemAttribute... how ever.. this is a part of the Umbraco 5 API and I cant really find it anywhere in the Umbraco 6 API.. since the namespace Umbraco.Cms seems to be removed in v6... So.... how do I proceed?.. is there any good reading around of how to create a custom context menu in Umbraco v6?
Thanks in advance!
Example 3 of this wiki entry explains how to add a custom action to the context menu.
The page only shows how to add the event but it does include a link to the complete source code.
We are successfully using this method to add items to the menu in Umbraco 6.1.3.
Dallas
I too was looking for how to do this properly in v6. There's nothing out there.
I'll have to resort to the old method too.
is working on a reply...