dijit._tree.dndSource.onDndStart
dojo.require("dijit._tree.dndSource");
defined in dijit/_tree/dndSource.js
topic event processor for /dnd/start, called to initiate the DnD operation
parameter | type | description |
---|---|---|
source | Object | the source which provides items |
nodes | Array | the list of transferred items |
copy | Boolean | copy items, if true, move items otherwise |