Drag any item into and drop tree in different iframe

Hi
Is it possible to drag any item and drop into dhtmlx tree between iframes in version 2.5. Where can be found clear sample how do it

Please check example here dhtmlx.com/docs/products/dht … frame.html

Thanks for your answer but I’m looking for something different:
In one frame I want to have some dragable elements without tree. I need to drag element from the frame and drop into tree that is in another frame so I looking for combination of these two examples:

dhtmlx.com/docs/products/dht … imple.html

and
dhtmlx.com/docs/products/dht … frame.html

I need to drag element from the frame and drop into tree that is in another frame

This is possible just combine this examples and you’ll get a solution. See dhtmlxTree/samples/05_drag_n_drop/01_drag_in_simple.html in the tree package.