dijit._tree.dndSelector
dojo.require("dijit._tree.dndSelector");
defined in dijit/_tree/dndSelector.js
Usage
function (tree, params) (view source)
parameter | type | description |
---|---|---|
tree | ||
params |
FunctionsBack to top

prepares the object to be garbage-collected
Defined by dijit._tree.dndContainer
returns a data item by its key (id) console.log("Container getItem()", arguments,this.map, this.map[key], this.selection[key]);

inserts new data items (see Container's insertNodes method for details) we actually need to add things to the store here instead of adding noes to the tree directly

Defined by dijit._tree.dndContainer

event processor for onmousedown

event processor for onmouseup
Defined by dijit._tree.dndContainer
this function is called once, when mouse is out of our container
Overrides dijit._tree.dndContainer
this function is called once, when mouse is over our container
unselects all items
Defined by dijit._tree.dndContainer
adds a class with prefix "dojoDndItem"
Defined by dijit._tree.dndContainer
changes a named state to new state value
Defined by dijit._tree.dndContainer
gets a child, which is under the mouse at the moment, or null
Defined by dijit._tree.dndContainer
removes a class with prefix "dojoDndItem"
unselects all items
PropertiesBack to top
Defined by dijit._tree.dndContainer
Defined by dijit._tree.dndContainer
Defined by dijit._tree.dndContainer
Defined by dijit._tree.dndContainer
Defined by dijit._tree.dndContainer