ASP.NET Pack Programmer's Guide
DiagramNode.attachTo Method
See Also
 





Attaches this node to the specified master node so that when the master is moved, the attached node follows it.

Namespace: MindFusion.Diagramming
Package: DiagramNode.js

 Syntax

JavaScript  Copy Code

function attachTo (node)

 Parameters

node

A DiagramNode instance specifying the master node.

 Remarks

Layout algorithms can treat a group of attached nodes either as a single node to be placed in the arranged graph, or as distinct nodes whose final positions are set independently from the initial group layout. This is controlled via the keepGroupLayout property.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming Namespace
detach Method
attach Method
getAttachedNodes Method