Search
DiagramView.endEdit Method
See Also
 






Exits the in-place editing mode and either accepts or rejects the changes made to the item's text.

Namespace: MindFusion.Diagramming
File: DiagramView.js

 Syntax

JavaScript  Copy Code

function endEdit ([accept])

 Parameters

accept
Optional.

Boolean. true to accept changes made to text, or false to reject them.

 See Also