Search Results: "Write with OpenID" "Write post with name/password" slot

dxForm Configuration

Reference
An object defining configuration properties for the Form UI component.

Specifies whether item labels in all groups are aligned. Applies only to labels outside their editors (see labelMode). NOTE This property applies only to those simple items that are nested within... the labelMode property within editorOptions. NOTE Please review the following notes: The following editors do not support "static" and "floating" modes and will default to "outside" mode: "dxCalendar

dxForm Item Types

Reference
This section describes item types available in the Form UI component.

of a simple form item. A simple form item is an editor-label pair usually bound to a formData object field used to display and modify this field. You can also create a simple item without binding

dxForm ButtonItem

Reference
Configures a button form item.

alignment. visible Specifies whether the item is visible. visibleIndex Specifies the item's position regarding other items in a group, tab, or the whole UI component. Form items without the specified

dxForm GroupItem

Reference
This article describes configuration properties of a group form item.

For extra small screens, this property always equals 1 to make the UI component adaptive. Specify the colCountByScreen property to override this logic. See Also Columns within a Group...; ); }; export default App; colSpan Specifies the number of columns spanned by the item. View Demo See Also Columns within a Group component An alias for the template property

dxForm SimpleItem

Reference
This article describes configuration properties of a simple form item.

A simple form item is an editor-label pair usually bound to a formData object field used to display and modify this field. You can also create a simple item without binding it to a formData field. For example, it can be a check box that allows a user to confirm his agreement to process entered data. For detailed information on configuring simple items, see the Configure Simple Items topic