I have created my own custom section for Umbraco which uses data stored in tables seperate from the umbraco tables to generate the tree nodes.
I Would like to implement my own Move Action so that I can move my custom nodes into another custom node. I was hoping to do this in a similar way in which the Content nodes can be moved, but I am not sure how to go about this.
My Initial thought was to Implement a new action on the tree nodes using IAction and then opening up a page in a dialog/modal window that will then permorm the move action for the selected node. Is this the only way I can do this or is there another (better) way to do this?
Custom Move Action
Hello,
I have created my own custom section for Umbraco which uses data stored in tables seperate from the umbraco tables to generate the tree nodes.
I Would like to implement my own Move Action so that I can move my custom nodes into another custom node. I was hoping to do this in a similar way in which the Content nodes can be moved, but I am not sure how to go about this.
My Initial thought was to Implement a new action on the tree nodes using IAction and then opening up a page in a dialog/modal window that will then permorm the move action for the selected node. Is this the only way I can do this or is there another (better) way to do this?
Thanks,
Chris
is working on a reply...