MindFusion.Diagramming for JavaScript Programmer's Guide

Diagram.setEnabled Method

See Also
 





Enables or disables handling of mouse events.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function setEnabled (value)

 Parameters

value

true if handling of mouse events is enabled; otherwise, false.

 Remarks

When this method is called with "false" there aren't any item click events raised.

 See Also