Skip to content

Commit c103d67

Browse files
SelectBox: Update Overview demo description (#31057)
1 parent cdec4f5 commit c103d67

File tree

3 files changed

+44
-2
lines changed

3 files changed

+44
-2
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The [SelectBox](/Documentation/ApiReference/UI_Components/dxSelectBox/) component allows users to select an item from a drop-down list.
2+
<!--split-->
3+
4+
This demo illustrates the following SelectBox properties:
5+
6+
- [items](/Documentation/ApiReference/UI_Components/dxSelectBox/Configuration/#items)
7+
Specifies an array of items displayed in the SelectBox.
8+
- [placeholder](/Documentation/ApiReference/UI_Components/dxSelectBox/Configuration/#placeholder)
9+
Specifies the text that is displayed when no items are selected.
10+
- [readOnly](/Documentation/ApiReference/UI_Components/dxSelectBox/Configuration/#readOnly)
11+
Prevents users from changing the editor's value via the UI.
12+
- [disabled](/Documentation/ApiReference/UI_Components/dxSelectBox/Configuration/#disabled)
13+
Specifies whether the SelectBox responds to user interaction.
14+
- [dataSource](/Documentation/ApiReference/UI_Components/dxSelectBox/Configuration/#dataSource)
15+
Binds the SelectBox to data. Unlike the **items** property, **dataSource** accepts the [DataSource](/Documentation/ApiReference/Data_Layer/DataSource/) object that allows users to sort, filter, group, and shape data.
16+
- **fieldAddons**.[beforeRender](/Documentation/ApiReference/UI_Components/dxSelectBox/Configuration/fieldAddons/#beforeRender) and [itemRender](/Documentation/ApiReference/UI_Components/dxSelectBox/Configuration/#itemRender)
17+
Allow you to customize the text field and drop-down list items.
18+
- [onValueChanged](/Documentation/ApiReference/UI_Components/dxSelectBox/Configuration/#onValueChanged) event handler
19+
Use this function to perform an action when a user chooses a new value. In this demo, this function is used to display the selected value.
20+
21+
To get started with the DevExtreme SelectBox component, refer to the following tutorial for step-by-step instructions: [Getting Started with SelectBox](/Documentation/Guide/UI_Components/SelectBox/Getting_Started_with_SelectBox/).
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The [SelectBox](/Documentation/ApiReference/UI_Components/dxSelectBox/) component allows users to select an item from a drop-down list.
2+
<!--split-->
3+
4+
This demo illustrates the following SelectBox properties:
5+
6+
- [items](/Documentation/ApiReference/UI_Components/dxSelectBox/Configuration/#items)
7+
Specifies an array of items displayed in the SelectBox.
8+
- [placeholder](/Documentation/ApiReference/UI_Components/dxSelectBox/Configuration/#placeholder)
9+
Specifies the text that is displayed when no items are selected.
10+
- [readOnly](/Documentation/ApiReference/UI_Components/dxSelectBox/Configuration/#readOnly)
11+
Prevents users from changing the editor's value via the UI.
12+
- [disabled](/Documentation/ApiReference/UI_Components/dxSelectBox/Configuration/#disabled)
13+
Specifies whether the SelectBox responds to user interaction.
14+
- [dataSource](/Documentation/ApiReference/UI_Components/dxSelectBox/Configuration/#dataSource)
15+
Binds the SelectBox to data. Unlike the **items** property, **dataSource** accepts the [DataSource](/Documentation/ApiReference/Data_Layer/DataSource/) object that allows users to sort, filter, group, and shape data.
16+
- **fieldAddons**.[beforeRender](/Documentation/ApiReference/UI_Components/dxSelectBox/Configuration/fieldAddons/#beforeRender) and [itemRender](/Documentation/ApiReference/UI_Components/dxSelectBox/Configuration/#itemRender)
17+
Allow you to customize the text field and drop-down list items.
18+
- [onValueChanged](/Documentation/ApiReference/UI_Components/dxSelectBox/Configuration/#onValueChanged) event handler
19+
Use this function to perform an action when a user chooses a new value. In this demo, this function is used to display the selected value.
20+
21+
To get started with the DevExtreme SelectBox component, refer to the following tutorial for step-by-step instructions: [Getting Started with SelectBox](/Documentation/Guide/UI_Components/SelectBox/Getting_Started_with_SelectBox/).

apps/demos/Demos/SelectBox/Overview/description.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The [SelectBox](/Documentation/ApiReference/UI_Components/dxSelectBox/) component allows users to select an item from a drop-down list.
22
<!--split-->
33

4-
This demo illustrates the following SelectBox properties:
4+
This demo illustrates the following SelectBox properties:
55

66
- [items](/Documentation/ApiReference/UI_Components/dxSelectBox/Configuration/#items)
77
Specifies an array of items displayed in the SelectBox.
@@ -13,7 +13,7 @@ Prevents users from changing the editor's value via the UI.
1313
Specifies whether the SelectBox responds to user interaction.
1414
- [dataSource](/Documentation/ApiReference/UI_Components/dxSelectBox/Configuration/#dataSource)
1515
Binds the SelectBox to data. Unlike the **items** property, **dataSource** accepts the [DataSource](/Documentation/ApiReference/Data_Layer/DataSource/) object that allows users to sort, filter, group, and shape data.
16-
- [fieldTemplate](/Documentation/ApiReference/UI_Components/dxSelectBox/Configuration/#fieldTemplate) and [itemTemplate](/Documentation/ApiReference/UI_Components/dxSelectBox/Configuration/#itemTemplate)
16+
- **fieldAddons**.[beforeTemplate](/Documentation/ApiReference/UI_Components/dxSelectBox/Configuration/fieldAddons/#beforeTemplate) and [itemTemplate](/Documentation/ApiReference/UI_Components/dxSelectBox/Configuration/#itemTemplate)
1717
Allow you to customize the text field and drop-down list items.
1818
- [onValueChanged](/Documentation/ApiReference/UI_Components/dxSelectBox/Configuration/#onValueChanged) event handler
1919
Use this function to perform an action when a user chooses a new value. In this demo, this function is used to display the selected value.

0 commit comments

Comments
 (0)