jQuery Form Types

ContentReadyEvent

The type of the contentReady event handler's argument.

import { ContentReadyEvent } from "devextreme/ui/form"
Type:

Object

DisposingEvent

The type of the disposing event handler's argument.

import { DisposingEvent } from "devextreme/ui/form"
Type:

Object

EditorEnterKeyEvent

The type of the editorEnterKey event handler's argument.

import { EditorEnterKeyEvent } from "devextreme/ui/form"
Type:

Object

FieldDataChangedEvent

The type of the fieldDataChanged event handler's argument.

import { FieldDataChangedEvent } from "devextreme/ui/form"
Type:

Object

FormItemComponent

Specifies which editor UI component is used to display and edit the form item value.

Accepted Values: 'dxAutocomplete' | 'dxCalendar' | 'dxCheckBox' | 'dxColorBox' | 'dxDateBox' | 'dxDateRangeBox' | 'dxDropDownBox' | 'dxHtmlEditor' | 'dxLookup' | 'dxNumberBox' | 'dxRadioGroup' | 'dxRangeSlider' | 'dxSelectBox' | 'dxSlider' | 'dxSwitch' | 'dxTagBox' | 'dxTextArea' | 'dxTextBox'

FormItemType

Specifies the item's type.

Accepted Values: 'empty' | 'group' | 'simple' | 'tabbed' | 'button'

FormLabelMode

Specifies a display mode for item labels.

Accepted Values: 'static' | 'floating' | 'hidden' | 'outside'

Used in:

InitializedEvent

The type of the initialized event handler's argument.

import { InitializedEvent } from "devextreme/ui/form"
Type:

Object

LabelLocation

Specifies the location of a label against the editor.

Accepted Values: 'left' | 'right' | 'top'

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { OptionChangedEvent } from "devextreme/ui/form"
Type:

Object