Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.15 KB

File metadata and controls

23 lines (18 loc) · 1.15 KB
id dxForm.Options.onEditorEnterKey
type function(e)
default

shortDescription

A function that is executed when the Enter key has been pressed while an editor is focused.

param(e): ui/form:EditorEnterKeyEvent

Information about the event.

field(e.component): {WidgetName}

The UI component's instance.

field(e.dataField): String

The path to the formData object field associated with the current editor.

field(e.element): DxElement

#include common-ref-elementparam with { element: "UI component" }


[important] This function is executed only if the editor raises the enterKey event. See the Events section in the editor's API reference for the list of events the editor can raise. If the enterKey event is absent from the list, but you need to handle the Enter key press, use another editor.