dojo.dnd.Source.onDndDrop
dojo.require("dojo.dnd.Source");
defined in dojo/dnd/Source.js
topic event processor for /dnd/drop, called to finish 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 |