Gets or sets a value indicating whether pressing the ENTER keyshould exit inplace-edit mode and accept changes made to text.
Namespace: MindFusion.Diagramming
File: DiagramView.js
JavaScript Copy Code |
---|
get inplaceEditAcceptOnEnter() {} |
Boolean
true to end inplace editing and accept changes when ENTER is pressed, or false otherwise. The default value is false.
If the value of this property is false, pressing the ENTER key inserts a new line in the text while in inplace-edit mode.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |