Drag'n'drop: let drag into tree but not within the tree

Hello.

Is it possible to enable dragging objects in the tree and disable dragging nodes within the tree?
I’m using the free version.

Thanks!

Hello,

you may try using onDragIn event handler:

tree.attachEvent("onDragIn",function(sid,tid,sobj,tobj){ return sobj!=tree })