MindFusion.Diagramming for JavaScript Programmer's Guide

ContainerNode.setAllowAddChildren Method

See Also
 





Sets a value indicating whether users are allowed to add child nodes to the container.

Namespace: MindFusion.Diagramming
File: ContainerNode.js

 Syntax

JavaScript  Copy Code

function setAllowAddChildren (value)

 Parameters

value

true if child nodes can be added interactively; otherwise false.

 See Also