What plugin to use for nested tree in Umbraco backoffice
Hello the best community
I need to make a custom tree in the Umbraco back-office and looking to use some angular plugin or should I use Umbraco built-in back office.
It should look really similar to the Umbraco content tree -
I have a feeling that you should perhaps look into the umbTree and umbTreeItem directives maybe? But you will probably need look into the source code to see how they're being used since the documentation I'm referencing does currently not contain any examples unfortunately.
What kind of tree are you building? I'm wondering if this could also be a usecase for Fluidity? However that will probably not help you since it's not currently compatible with v8 :-)
What plugin to use for nested tree in Umbraco backoffice
Hello the best community
I need to make a custom tree in the Umbraco back-office and looking to use some angular plugin or should I use Umbraco built-in back office. It should look really similar to the Umbraco content tree -
Thanks,
Alex
Hi Alex
I have a feeling that you should perhaps look into the umbTree and umbTreeItem directives maybe? But you will probably need look into the source code to see how they're being used since the documentation I'm referencing does currently not contain any examples unfortunately.
What kind of tree are you building? I'm wondering if this could also be a usecase for Fluidity? However that will probably not help you since it's not currently compatible with v8 :-)
/Jan
Hi Jan,
Thank you for your answer! Happy to see you on the forum!!!
The original control is "telerik:RadTreeView" and build in web forms, so probably I have to rebuild it to AgularJS+WebAPI
Fluidity, I think, will not work because there is so much custom logic, and all this control is for managing members and custom tables.
I'm checking umbTree and umbTreeItem directives.
Thanks,
Alex
Hi Alex,
did you have any luck with the umbTree and umbTreeItem directives for a custom tree?
We need similar functionality but am having trouble with the umbTree directive/properties.
Any help would be really appreciated.
Thanks,
Brendan
is working on a reply...