dijit._tree.dndTarget
Object » dijit._tree.dndContainer » dijit._tree.dndSelector » dijit._tree.dndSource » dijit._tree.dndTarget
dojo.require("dijit._tree.dndSource");
defined in dijit/_tree/dndSource.js
a constructor of the Target --- see the Source constructor for details
Usage
function (node, params) (view source)
parameter | type | description |
---|---|---|
node | ||
params |
FunctionsBack to top
Defined by dijit._tree.dndSource
checks, if the target can accept nodes from this source

Defined by dijit._tree.dndSource
stub funciton to be overridden if one wants to check for the ability to drop at the node/item level
Defined by dijit._tree.dndSource
Returns true, if we need to copy items, false to move. It is separated to be overwritten dynamically, if needed.

Defined by dijit._tree.dndSelector, dijit._tree.dndSource
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]);
Defined by dijit._tree.dndSelector
Defined by dijit._tree.dndSelector

Defined by dijit._tree.dndSelector
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.dndSource

Overrides dijit._tree.dndContainer, dijit._tree.dndSource
Defined by dijit._tree.dndSource
topic event processor for /dnd/cancel, called to cancel the DnD operation
Defined by dijit._tree.dndSource
Topic event processor for /dnd/drop, called to finish the DnD operation.. Updates data store items according to where node was dragged from and dropped to. The tree will then respond to those data store updates and redraw itself.
Defined by dijit._tree.dndSource
topic event processor for /dnd/source/over, called when detected a current source
Defined by dijit._tree.dndSource
topic event processor for /dnd/start, called to initiate the DnD operation

Defined by dijit._tree.dndSelector, dijit._tree.dndSource
event processor for onmousedown

Defined by dijit._tree.dndSelector, dijit._tree.dndSource
event processor for onmousemove

Defined by dijit._tree.dndContainer, dijit._tree.dndSource
event processor for onmouseover
Defined by dijit._tree.dndContainer, dijit._tree.dndSource
this function is called once, when mouse is out of our container
this function is called once, when mouse is over our container

Defined by dijit._tree.dndSource
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.dndSource
assigns a class to the current target anchor based on "before" status
Defined by dijit._tree.dndSelector
Defined by dijit._tree.dndContainer
removes a class with prefix "dojoDndItem"
Defined by dijit._tree.dndSource
removes a class of the current target anchor based on "before" status
PropertiesBack to top
Defined by dijit._tree.dndSource
list of accepted types (text strings) for a target; assumed to be ["text"] if omitted horizontal: Boolean: a horizontal container, if true, vertical otherwise or when omitted copyOnly: Boolean: always copy items, if true, use a state of Ctrl key otherwise skipForm: Boolean: don't start the drag operation, if clicked on form elements the rest of parameters are passed to the selector
Defined by dijit._tree.dndSelector
Defined by dijit._tree.dndSource
Defined by dijit._tree.dndSource
Defined by dijit._tree.dndContainer, dijit._tree.dndSource
Defined by dijit._tree.dndSelector
Defined by dijit._tree.dndSelector
Defined by dijit._tree.dndContainer
Defined by dijit._tree.dndSource
Overrides dijit._tree.dndSource
can be used as a DnD source, if true; assumed to be "true" if omitted
Defined by dijit._tree.dndContainer
Defined by dijit._tree.dndSource
Defined by dijit._tree.dndSource
Defined by dijit._tree.dndContainer
Defined by dijit._tree.dndSelector
Defined by dijit._tree.dndSelector
Defined by dijit._tree.dndSelector
Defined by dijit._tree.dndSelector
Defined by dijit._tree.dndSource
Defined by dijit._tree.dndSource
Defined by dijit._tree.dndSource
Defined by dijit._tree.dndSource
Defined by dijit._tree.dndSource
Defined by dijit._tree.dndSource