dojo.dnd.Source.onDndStart
dojo.require("dojo.dnd.Source");
defined in dojo/dnd/Source.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 |