dojo.dnd.Container._getChildByEvent
dojo.require("dojo.dnd.Container");
defined in dojo/dnd/Container.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 |