Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: Enums.FormItemComponent
The DevExtreme component to use as the item editor.

---
To configure this component, use the [editorOptions]({currentpath}/#editorOptions) object.
To configure this component, use the [editorOptions](/api-reference/10%20UI%20Components/dxForm/5%20Item%20Types/SimpleItem/editorOptions.md '{currentpath}/#editorOptions') object.

The following components are supported:

Expand Down Expand Up @@ -58,7 +58,7 @@ The following components are supported:

You can omit modules for *"dxTextBox"*, *"dxDateBox"*, *"dxCheckBox"*, and *"dxNumberBox"*. The Form component imports these modules automatically.

- To integrate an unsupported component, configure the item component in a [template]({currentpath}/#template) instead of specifying this property.
- To integrate an unsupported component, configure the item component in a [template](/api-reference/10%20UI%20Components/dxForm/5%20Item%20Types/SimpleItem/template.md '{currentpath}/#template') instead of specifying this property.

##### Angular

Expand All @@ -68,7 +68,7 @@ The following components are supported:

You can omit modules for *"dxTextBox"*, *"dxDateBox"*, *"dxCheckBox"*, and *"dxNumberBox"*. The Form component imports these modules automatically.

- Do not specify this property and configure the item component within a [template]({currentpath}/#template) instead in the following usage scenarios:
- Do not specify this property and configure the item component within a [template](/api-reference/10%20UI%20Components/dxForm/5%20Item%20Types/SimpleItem/template.md '{currentpath}/#template') instead in the following usage scenarios:

- To update the item component's state/options at runtime.
- To integrate an unsupported component.
Expand All @@ -81,7 +81,7 @@ The following components are supported:

You can omit modules for *"dxTextBox"*, *"dxDateBox"*, *"dxCheckBox"*, and *"dxNumberBox"*. The Form component imports these modules automatically.

- Do not specify this property and configure the item component within a [template]({currentpath}/#template) instead in the following usage scenarios:
- Do not specify this property and configure the item component within a [template](/api-reference/10%20UI%20Components/dxForm/5%20Item%20Types/SimpleItem/template.md '{currentpath}/#template') instead in the following usage scenarios:

- To update the item component's state/options at runtime.
- To integrate an unsupported component.
Expand All @@ -94,7 +94,7 @@ The following components are supported:

You can omit modules for *"dxTextBox"*, *"dxDateBox"*, *"dxCheckBox"*, and *"dxNumberBox"*. The Form component imports these modules automatically.

- Do not specify this property and configure the item component within [render]({currentpath}/#render) or [component]({currentpath}/#component) instead in the following usage scenarios:
- Do not specify this property and configure the item component within [render](/api-reference/10%20UI%20Components/dxForm/5%20Item%20Types/SimpleItem/render.md '{currentpath}/#render') or [component](/api-reference/10%20UI%20Components/dxForm/5%20Item%20Types/SimpleItem/component.md '{currentpath}/#component') instead in the following usage scenarios:

- To update the item component's state/options at runtime.
- To integrate an unsupported component.
Expand Down
6 changes: 3 additions & 3 deletions api-reference/_hidden/dxToolbarItem/widget.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@ If you use [DevExtreme modules](/concepts/Common/Modularity/02%20DevExtreme%20Mo

import 'devextreme/ui/tag_box';

- To update the item component's state/options at runtime, configure the component in a [template](/Documentation/ApiReference/UI_Components/dxToolbar/Configuration/items/#template) instead of using this property.
- To update the item component's state/options at runtime, configure the component in a [template](/api-reference/_hidden/CollectionWidgetItem/template.md '/Documentation/ApiReference/UI_Components/dxToolbar/Configuration/items/#template') instead of using this property.

##### Vue

- To use this property, import the specified editor's [module](/concepts/Common/Modularity/02%20DevExtreme%20Modules%20Structure '/Documentation/Guide/Common/Modularity/DevExtreme_Modules_Structure/') from the `devextreme` folder:

import 'devextreme/ui/tag_box';

- To update the item component's state/options at runtime, configure the component in a [template](/Documentation/ApiReference/UI_Components/dxToolbar/Configuration/items/#template) instead of using this property.
- To update the item component's state/options at runtime, configure the component in a [template](/api-reference/_hidden/CollectionWidgetItem/template.md '/Documentation/ApiReference/UI_Components/dxToolbar/Configuration/items/#template') instead of using this property.

##### React

- To use this property, import the specified editor's [module](/concepts/Common/Modularity/02%20DevExtreme%20Modules%20Structure '/Documentation/Guide/Common/Modularity/DevExtreme_Modules_Structure/') from the `devextreme` folder:

import 'devextreme/ui/tag_box';

- To update the item component's state/options at runtime, configure the component in [render](/Documentation/ApiReference/UI_Components/dxToolbar/Configuration/items/#render) or [component](/Documentation/ApiReference/UI_Components/dxToolbar/Configuration/items/#component) instead of using this property.
- To update the item component's state/options at runtime, configure the component in [render](/api-reference/_hidden/CollectionWidgetItem/render.md '/Documentation/ApiReference/UI_Components/dxToolbar/Configuration/items/#render') or [component](/api-reference/_hidden/CollectionWidgetItem/component.md '/Documentation/ApiReference/UI_Components/dxToolbar/Configuration/items/#component') instead of using this property.

---

Expand Down
Loading