Drag-n-Drop event handlers for multiple trees?

Hello,

I am trying to write an application using multiple dhtmlxTree objects, where drag-n-drop between trees is enabled.

I need to write custom event handlers for the d-n-d events. All examples for event handling I found only work within the same tree, not between trees. Are there examples available for handling d-n-d events when dragging an item from one tree into another?

Regards, Richard

It works in exactly the same way, in onDrag event handler you have 4th and 5th parameters which are source and target tree objects. So you code a different reactions based on source and target of dnd action.