dijit._tree.dndContainer._getChildByEvent
dojo.require("dijit._tree.dndContainer");
defined in dijit/_tree/dndContainer.js
gets a child, which is under the mouse at the moment, or null
Usage
function (e) (view source)
parameter | type | description |
---|---|---|
e | a mouse event |