dojo.dnd.Manager.startDrag
dojo.require("dojo.dnd.Manager");
defined in dojo/dnd/Manager.js
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 |