dijit._tree.dndContainer
dojo.require("dijit._tree.dndContainer");
defined in dijit/_tree/dndContainer.js
a constructor of the Container
parameter | type | description |
---|---|---|
tree | Node | node or node's id to build the container on |
params | Object | a dict of parameters, which gets mixed into the object |
FunctionsBack to top
returns a data item by its key (id) console.log("Container getItem()", arguments,this.map, this.map[key], this.selection[key]);


event processor for onmouseout

event processor for onmouseover
this function is called once, when mouse is out of our container
this function is called once, when mouse is over our container
adds a class with prefix "dojoDndItem"
changes a named state to new state value
gets a child, which is under the mouse at the moment, or null
removes a class with prefix "dojoDndItem"