showLengthEditor Method
Show an input editor for a length value at a particular location.
showLengthEditor(initialValue: number, location: XAndY, onCommit: OnNumberCommitFunc, onCancel: OnCancelFunc, htmlElement?: HTMLElement): boolean
| Parameter | Type | Description | 
|---|---|---|
| initialValue | number | Value initially displayed in the editor. | 
| location | XAndY | Location of the editor, relative to the origin of htmlElement or the window. | 
| onCommit | OnNumberCommitFunc | Function called when the OK button or the Enter key is pressed. | 
| onCancel | OnCancelFunc | Function called when the Cancel button or the Escape key is pressed. | 
| htmlElement | HTMLElement | The HTMLElement that anchors the context menu. If undefined, the location is relative to the overall window. | 
Returns - true if the editor was displayed, false if the editor could not be displayed.
Defined in
Last Updated: 08 January, 2020