Search
DiagramView.inplaceEditAcceptOnEnter Property
See Also
 





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

 Syntax

JavaScript  Copy Code

get inplaceEditAcceptOnEnter() {}
set inplaceEditAcceptOnEnter(value) {}

 Property Value

Boolean

true to end inplace editing and accept changes when ENTER is pressed, or false otherwise. The default value is false.

 Remarks

If the value of this property is false, pressing the ENTER key inserts a new line in the text while in inplace-edit mode.

 See Also