dhtmlxTree - drag in of a custom element from the html page

I will never stop to make my compliments for your product.

I have a small question for you… is it possible to allow the drag-in FROM a custom element of the page TO the dhtmlxTree.

I am not talking of your example of dragging a node outside into a form element. I want to do just the opposite.



Is that possible in some way? Can you give me an example?



Thanks a lot



Latest version of dhtmlxtree contains
codebase/ext/dhtmlxtree_dragin.js
which allows touse next method
tree.makeDragable(“htmlID”,function(tree,htmlID,treeItemID){
//this code will be called after item droped in tree
})

command will add ability to html element with specified ID to be draged in tree.
dhtmlx.com/docs/products/dhtmlxT … 0351553000