I was searching almost a day for a solution. I have build a multilevel tree menu but i want the interface to react like the "Packages" for example. What i mean is, the topLevel menu, like packages i don't want to have context menu at all and i don't want to be editable. Also the subRootMenus like the ones inside "Packages", the "Created packages" or the "Installed packages" i don't want when the user clicks on them to be editable but i want to show a context menu.
Can anyone suggest me how to do this, what properties to use in TreeController?
Multilevel Custom Tree Menu
Hi,
I was searching almost a day for a solution. I have build a multilevel tree menu but i want the interface to react like the "Packages" for example. What i mean is, the topLevel menu, like packages i don't want to have context menu at all and i don't want to be editable. Also the subRootMenus like the ones inside "Packages", the "Created packages" or the "Installed packages" i don't want when the user clicks on them to be editable but i want to show a context menu.
Can anyone suggest me how to do this, what properties to use in TreeController?
Regards
Thomas
Hi Thomas,
This is possible.
See some examples here :
http://codeblog.shawson.co.uk/giving-umbraco-trees-children/
http://www.robertgray.net.au/posts/2011/5/creating-custom-multi-level-trees-in-umbraco#.VIgMbTHF8SU
Dave
is working on a reply...