Functiondojo.dnd.Manager.startDrag

dojo.require("dojo.dnd.Manager");
defined in dojo/dnd/Manager.js

called to initiate the DnD operation

Usage

function (/*Object*/ source, /*Array*/ nodes, /*Boolean*/ copy) (view source)
parametertypedescription
sourceObjectthe source which provides items
nodesArraythe list of transferred items
copyBooleancopy items, if true, move items otherwise

PropertiesBack to top

copy items, if true, move items otherwise
the list of transferred items
the source which provides items