I need some input on a problem iv got. I have created a custom section with its own tree. The tree is saved in a db table the looks the same as umbracos standard node table but its a different table (its a product catalog so it was easier to use a new table). Now I need to create a copy/move functionality that works the same way as move/copy in the content section. So the quiestion is: Do I need to create everything from scratch in the popup modal or can i use anything from the built in move/copy dialog? The problem with reusing this is that im not so sure how umbraco handles the webservice calls to get nodes etc.
Extending move/copy context menu
Hi all!
I need some input on a problem iv got. I have created a custom section with its own tree. The tree is saved in a db table the looks the same as umbracos standard node table but its a different table (its a product catalog so it was easier to use a new table). Now I need to create a copy/move functionality that works the same way as move/copy in the content section. So the quiestion is: Do I need to create everything from scratch in the popup modal or can i use anything from the built in move/copy dialog? The problem with reusing this is that im not so sure how umbraco handles the webservice calls to get nodes etc.
Any feedback on this is most welcome!
Best Regards
Marthin
Could i use the TreeService and create a smooth to use jQuery tree where i can select a node to move/copy to?
is working on a reply...