Search
NodeListView Class
Remarks See Also
 





A list view control that hosts DiagramNodes and supports drag-and-drop to DiagramView.

Namespace: MindFusion.Diagramming
File: NodeListView.js

 Syntax

JavaScript  Copy Code

// class
NodeListView.prototype = {}

 Remarks

Call the addNode method to add a node to the view.

Drag-and-drop operations create a clone of the dragged node by calling its clone method. You can override clone to copy property values of custom node subclasses.

 Inheritance Hierarchy

MindFusion.Diagramming.CanvasControl
    MindFusion.Diagramming.NodeListView

 See Also