MindFusion.Diagramming for JavaScript Programmer's Guide

DiagramNode.setExpandable Method

See Also
 





Sets a value indicating whether users are allowed to expand or collapse the tree branch that starts at this node.

Namespace: MindFusion.Diagramming
File: DiagramNode.js

 Syntax

JavaScript  Copy Code

function setExpandable (value)

 Parameters

value

true to display expand/collapse button beside the node, otherwise false.

 Remarks

This property is useful mostly when nodes form a tree-like hierarchical structure.

 See Also