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, I am trying to add custom menus for a custom tree and respective view and controller.
Can anybody please help on this?
Thanks
Hi Harshit,
You can add custom menu items by overriding the GetMenuForNode method on your tree controller.
https://bitbucket.org/dawoe/umbukfestival2014/src/1f7a6c03621a873b25cb709ecac43b298dad2a20/Sources/UmbUkFestival2014.Core/Trees/SesssionTreeController.cs?at=master&fileviewer=file-view-default
This repository is the code from my Umbraco UK festival talk on creating custom sections : https://bitbucket.org/dawoe/umbukfestival2014
The video of the talk is on youtube : https://www.youtube.com/watch?v=_sX9eZSn9HI
Dave
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Custom menus for a custom tree
Hi, I am trying to add custom menus for a custom tree and respective view and controller.
Can anybody please help on this?
Thanks
Hi Harshit,
You can add custom menu items by overriding the GetMenuForNode method on your tree controller.
https://bitbucket.org/dawoe/umbukfestival2014/src/1f7a6c03621a873b25cb709ecac43b298dad2a20/Sources/UmbUkFestival2014.Core/Trees/SesssionTreeController.cs?at=master&fileviewer=file-view-default
This repository is the code from my Umbraco UK festival talk on creating custom sections : https://bitbucket.org/dawoe/umbukfestival2014
The video of the talk is on youtube : https://www.youtube.com/watch?v=_sX9eZSn9HI
Dave
is working on a reply...