dojo
»
dnd
»
Source
»
onDndDrop
» _normalizedCreator
dojo.dnd.Source.onDndDrop._normalizedCreator
dojo.require("dojo.dnd.Source");
defined in dojo/dnd/Source.js
Usage
function (node, hint)
(view source)
var
t = source.
getItem
(
node.
id
)
;
return
{
node: node, data: t.
data
, type: t.
type
}
;
parameter
type
description
node
hint