I'm currently working on creating a new section in the umbraco back office, I've been following this: http://umbraco.github.io/Belle/#/tutorials/Creating-Editors-Trees to create the tree in my custom section, the one part i'm struggling with is to add a link to the root nodes that is created with: [Tree("settings", "myTree", "My Tree")].
What I'm trying to achieve is to have a rootnode that doesnt have any children - therefore i would like to go to a new url when selecting the root node, similarly to the way you can add a url in a child node: CreateTreeNode("0", "0", queryStrings, "/CustomPlugin/myTree/browse/0" ).
Any suggestions for a direction to take this would be appreciated!
Custom tree root node links - Custom section
Hello,
I'm currently working on creating a new section in the umbraco back office, I've been following this: http://umbraco.github.io/Belle/#/tutorials/Creating-Editors-Trees to create the tree in my custom section, the one part i'm struggling with is to add a link to the root nodes that is created with:
[Tree("settings", "myTree", "My Tree")]
.What I'm trying to achieve is to have a rootnode that doesnt have any children - therefore i would like to go to a new url when selecting the root node, similarly to the way you can add a url in a child node:
CreateTreeNode("0", "0", queryStrings, "/CustomPlugin/myTree/browse/0" )
.Any suggestions for a direction to take this would be appreciated!
Thanks, Owen
is working on a reply...