A list view control that hosts DiagramNodes and supports drag-and-drop to DiagramView.
Namespace: MindFusion.Diagramming
File: NodeListView.js
JavaScript Copy Code |
---|
// class |
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.
MindFusion.Diagramming.CanvasControl
MindFusion.Diagramming.NodeListView
JavaScript Pack Programmer's Guide | © 2024 MindFusion |