Whenever a node is rendered in a Tree in the Umbraco backoffice, the Menu Rendering event is fired, you can handle this event, and with the context of the id of the node - can customise which Menu options are shown by adding or removing to the MenuRenderingEventArgs 's collection of Menu Items:
Custom Node Menu
Is there any way to override node menu in umbraco 7?
I would like to give a custom option "Publish in Home(DA)" under copy
Hi Arun
Whenever a node is rendered in a Tree in the Umbraco backoffice, the Menu Rendering event is fired, you can handle this event, and with the context of the id of the node - can customise which Menu options are shown by adding or removing to the
MenuRenderingEventArgs
's collection of Menu Items:See here for an example:
https://our.umbraco.com/Documentation/Extending/Section-Trees/trees-v7#menurendering
regards
Marc
Hi Marc Goodson
Thank you, I got it : )
I have created a class
RegisterEvents.cs
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.