MindFusion.Diagramming for JavaScript Programmer's Guide

ContainerNode.setFoldable Method

See Also
 





Sets a value indicating whether users are allowed to fold the container.

Namespace: MindFusion.Diagramming
File: ContainerNode.js

 Syntax

JavaScript  Copy Code

function setFoldable (value)

 Parameters

value

true if the container can be folded; otherwise false.

 Remarks

A foldable container can be folded and unfolded by clicking the up/down arrow displayed in the caption area.

 See Also