Constructordojo.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

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

FunctionsBack to top

Function_normalizedCreator(node, hint)