Class ecm.widget.TreeDndSource


Extends dijit.tree.dndSource.
Provides a widget that is used to browse the folders in a repository. This widget extends the Dojo dijit.tree.dndSource class to prevent users from using the drag-and-drop feature to move the More node. (The More node is shown in a tree when more results exist. The additional results are displayed with the user clicks this node.)
Defined in: <ecm\widget\TreeDndSource.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
onDndDrop(source, nodes, copy)
Override this function from dijit.tree.dndSource
 
Event fired when mouse down on the tree.
 
Event fired when mouse move over the tree.

Constructor Detail

ecm.widget.TreeDndSource()

Method Detail

onDndDrop(source, nodes, copy)

Override this function from dijit.tree.dndSource
Parameters:
source
nodes
copy

onMouseDown(e)

Event fired when mouse down on the tree.
Parameters:
e
The event.

onMouseMove(e)

Event fired when mouse move over the tree. Used to disable dragging of certain nodes.
Parameters:
e
The event.