I've not used Umbraco for a while and the last time I created a custom tree was in v4.8 but now I want to upgrade it all to v7 and looking for a tutorial is proofing difficult.
What I'm trying to do it create a custom tree using like so:
Custom Section -- Company ---- Rewards --> This should only allow reward Doc Type ------ Reward 1 ------ Reward 2 ------ Reward 3 ---- Roles --> This shoul only allow Role Doc Type ------ Role 1 ------ Role 2 ------ Role 3
Each of the nodes are Document Types as so I need them to render the Doc Type settings on the right just like the content section of Umbraco. I've got to the point where I can generate a tree in my custom section with hard coded values but want to be able to create these sections dynamically by using the standard create functionality in Umbraco and only access the DocTypes accessible to that section.
Perhaps the documentation on angular stuff in belle can prove helpful too even though the main focus is probably for creating property editors http://umbraco.github.io/Belle/#/tutorials
Creating custom Tree rendering docTypes
HI All,
I've not used Umbraco for a while and the last time I created a custom tree was in v4.8 but now I want to upgrade it all to v7 and looking for a tutorial is proofing difficult.
What I'm trying to do it create a custom tree using like so:
Custom Section
-- Company
---- Rewards --> This should only allow reward Doc Type
------ Reward 1
------ Reward 2
------ Reward 3
---- Roles --> This shoul only allow Role Doc Type
------ Role 1
------ Role 2
------ Role 3
Each of the nodes are Document Types as so I need them to render the Doc Type settings on the right just like the content section of Umbraco. I've got to the point where I can generate a tree in my custom section with hard coded values but want to be able to create these sections dynamically by using the standard create functionality in Umbraco and only access the DocTypes accessible to that section.
ANy help would be gretly appreciated.
Thanks in advance,
Tom
Hi Tom
Don't know if you have come across the articles by Markus Jonhansson on how to create custom trees in Umbraco 7? http://www.enkelmedia.se/blogg/2013/11/22/creating-custom-sections-in-umbraco-7-part-1.aspx and http://www.enkelmedia.se/blogg/2013/11/22/custom-sections-in-umbraco-7-%E2%80%93-part-2-the-views.aspx
Perhaps the documentation on angular stuff in belle can prove helpful too even though the main focus is probably for creating property editors http://umbraco.github.io/Belle/#/tutorials
Hope this helps.
/Jan
Hi Tom!
Have you found a solution to your problem?
/Nikola
is working on a reply...