Gets or sets whether users are allowed to edit the text of diagram items.
Namespace: MindFusion.Diagramming
File: DiagramView.js
JavaScript Copy Code |
---|
get allowInplaceEdit() {} |
Boolean
true to allow in-place editing, or false otherwise. The default value is false.
Specifies whether users are allowed to edit text of diagram nodes in-place. If enabled, a text-entry field appears at node's position when the node is double-clicked. In-place editing mode can be exited by clicking anywhere outside the text field.
To enter or exit in-place editing mode programmatically, call the beginEdit and endEdit methods of DiagramView.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |