dojo.dnd.Container.creator
dojo.require("dojo.dnd.Container");
defined in dojo/dnd/Container.js
a creator function, which takes a data item, and returns an object like that: {node: newNode, data: usedData, type: arrayOfStrings}
Usage
function () (view source)