Backoffice : Let user expand all nodes on content tree
Hi, I would like to be able to expand all children nodes (and their childrens) when expanding a node in the content treeview. Has someone already done this kind of thing ?
Do I have to modify umbraco.directives.js or is there an easier way ?
Instead of editing core umbraco files (as they'd just get overwritten in the next update you do) you could possibly make a Tree Action (https://our.umbraco.com/Documentation/Extending/Section-Trees/tree-actions-v8) and do the logic in there?
Thank you for the Tip but I don't see I could achieve displaying more nodes at a time using Tree Actions. I must be missing something. Can you explain a bit more ?
Backoffice : Let user expand all nodes on content tree
Hi, I would like to be able to expand all children nodes (and their childrens) when expanding a node in the content treeview. Has someone already done this kind of thing ?
Do I have to modify umbraco.directives.js or is there an easier way ?
Thank you
Instead of editing core umbraco files (as they'd just get overwritten in the next update you do) you could possibly make a Tree Action (https://our.umbraco.com/Documentation/Extending/Section-Trees/tree-actions-v8) and do the logic in there?
Thank you for the Tip but I don't see I could achieve displaying more nodes at a time using Tree Actions. I must be missing something. Can you explain a bit more ?
Thanks
is working on a reply...