Skip to content

Commit 00c9829

Browse files
authored
DocGen 25_1 result (DevExpress#7995)
1 parent 963cac3 commit 00c9829

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<img src="/images/TagBox/tagbox-elements.png" alt="TagBox elements"/>
22

3-
1. [Label](/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#label)
4-
2. [Selected Items](/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#selectedItems)
5-
3. [Clear Button](/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#showClearButton) (optional)
6-
4. [Selection Controls](/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#showSelectionControls)
7-
5. [Items](/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/items/)
8-
6. [Placeholder](/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#placeholder)
9-
7. [Dropdown Button](/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#showDropDownButton) (optional)
10-
8. [Group Caption](/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#groupTemplate)
11-
9. [Grouped Items](/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#grouped)
3+
1. [Label](/api-reference/10%20UI%20Components/dxTextEditor/1%20Configuration/label.md '/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#label')
4+
2. [Selected Items](/api-reference/10%20UI%20Components/dxTagBox/1%20Configuration/selectedItems.md '/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#selectedItems')
5+
3. [Clear Button](/api-reference/10%20UI%20Components/dxTextEditor/1%20Configuration/showClearButton.md '/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#showClearButton') (optional)
6+
4. [Selection Controls](/api-reference/10%20UI%20Components/dxSelectBox/1%20Configuration/showSelectionControls.md '/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#showSelectionControls')
7+
5. [Items](/api-reference/10%20UI%20Components/dxSelectBox/1%20Configuration/items '/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/items/')
8+
6. [Placeholder](/api-reference/10%20UI%20Components/dxSelectBox/1%20Configuration/placeholder.md '/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#placeholder')
9+
7. [Dropdown Button](/api-reference/10%20UI%20Components/dxTagBox/1%20Configuration/showDropDownButton.md '/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#showDropDownButton') (optional)
10+
8. [Group Caption](/api-reference/10%20UI%20Components/dxDropDownList/1%20Configuration/groupTemplate.md '/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#groupTemplate')
11+
9. [Grouped Items](/api-reference/10%20UI%20Components/dxDropDownList/1%20Configuration/grouped.md '/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#grouped')
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
- **Data Binding**
2-
TagBox supports loading and updating data from different [data source](/Documentation/ApiReference/Data_Layer/DataSource/) types.
2+
TagBox supports loading and updating data from different [data source](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') types.
33

44
- **Tag Creation**
5-
TagBox can accept [custom values](/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#acceptCustomValue). You can configure TagBox to update its data source on [custom item creation](/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#onCustomItemCreating) or save changes temporarily.
5+
TagBox can accept [custom values](/api-reference/10%20UI%20Components/dxSelectBox/1%20Configuration/acceptCustomValue.md '/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#acceptCustomValue'). You can configure TagBox to update its data source on [custom item creation](/api-reference/10%20UI%20Components/dxTagBox/1%20Configuration/onCustomItemCreating.md '/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#onCustomItemCreating') or save changes temporarily.
66

77
- **Selection Options**
8-
You can enable and configure selection functionality for the DevExtreme TagBox. You can specify the [maximum number of tags](/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#maxDisplayedTags) the component displays and [enable selection checkboxes](/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#showSelectionControls) (including a "Select All" checkbox).
8+
You can enable and configure selection functionality for the DevExtreme TagBox. You can specify the [maximum number of tags](/api-reference/10%20UI%20Components/dxTagBox/1%20Configuration/maxDisplayedTags.md '/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#maxDisplayedTags') the component displays and [enable selection checkboxes](/api-reference/10%20UI%20Components/dxSelectBox/1%20Configuration/showSelectionControls.md '/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#showSelectionControls') (including a "Select All" checkbox).
99

1010
- **Searching and Filtering**
11-
The TagBox component includes [configurable search functionality](/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#searchEnabled). You can specify a [search mode](/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#searchMode), change the component [search delay](/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#searchTimeout), and configure which [item fields to search](/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#searchExpr). TagBox also supports minimum and maximum search query definitions.
11+
The TagBox component includes [configurable search functionality](/api-reference/10%20UI%20Components/dxSelectBox/1%20Configuration/searchEnabled.md '/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#searchEnabled'). You can specify a [search mode](/api-reference/10%20UI%20Components/dxSelectBox/1%20Configuration/searchMode.md '/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#searchMode'), change the component [search delay](/api-reference/10%20UI%20Components/dxSelectBox/1%20Configuration/searchTimeout.md '/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#searchTimeout'), and configure which [item fields to search](/api-reference/10%20UI%20Components/dxSelectBox/1%20Configuration/searchExpr.md '/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#searchExpr'). TagBox also supports minimum and maximum search query definitions.
1212

1313
- **Grouping**
14-
You can group items within the TagBox dropdown list. To enable grouping, set [grouped](/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#grouped) to `true` and specify **DataSource**.[group](/Documentation/ApiReference/Data_Layer/DataSource/Configuration/#group) in the component [dataSource](/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#dataSource).
14+
You can group items within the TagBox dropdown list. To enable grouping, set [grouped](/api-reference/10%20UI%20Components/dxDropDownList/1%20Configuration/grouped.md '/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#grouped') to `true` and specify **DataSource**.[group](/api-reference/30%20Data%20Layer/DataSource/1%20Configuration/group.md '/Documentation/ApiReference/Data_Layer/DataSource/Configuration/#group') in the component [dataSource](/api-reference/10%20UI%20Components/dxSelectBox/1%20Configuration/dataSource.md '/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#dataSource').
1515

1616
- **Paging**
17-
DevExtreme TagBox supports paging within the component dropdown list. You can implement this feature to load large data sets in chunks. To enable paging, specify a [DataSource](/Documentation/ApiReference/Data_Layer/DataSource/) instance as the TagBox **dataSource** and configure the [paginate](/Documentation/ApiReference/Data_Layer/DataSource/Configuration/#paginate) and [pageSize](/Documentation/ApiReference/Data_Layer/DataSource/Configuration/#pageSize) properties.
17+
DevExtreme TagBox supports paging within the component dropdown list. You can implement this feature to load large data sets in chunks. To enable paging, specify a [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') instance as the TagBox **dataSource** and configure the [paginate](/api-reference/30%20Data%20Layer/DataSource/1%20Configuration/paginate.md '/Documentation/ApiReference/Data_Layer/DataSource/Configuration/#paginate') and [pageSize](/api-reference/30%20Data%20Layer/DataSource/1%20Configuration/pageSize.md '/Documentation/ApiReference/Data_Layer/DataSource/Configuration/#pageSize') properties.
1818

1919
- **Form Support**
20-
TagBox is a supported editor type in the DevExtreme [Form](/Documentation/Guide/UI_Components/Form/Overview/) component. To integrate TagBox within a Form, set a Form item's [editorType](/Documentation/ApiReference/UI_Components/dxForm/Item_Types/SimpleItem/#editorType) property to *"dxTagBox"*.
20+
TagBox is a supported editor type in the DevExtreme [Form](/concepts/05%20UI%20Components/Form/00%20Overview '/Documentation/Guide/UI_Components/Form/Overview/') component. To integrate TagBox within a Form, set a Form item's [editorType](/api-reference/10%20UI%20Components/dxForm/5%20Item%20Types/SimpleItem/editorType.md '/Documentation/ApiReference/UI_Components/dxForm/Item_Types/SimpleItem/#editorType') property to *"dxTagBox"*.
2121

2222
- **Accessibility and RTL**
23-
TagBox [conforms](/Documentation/Guide/UI_Components/TagBox/Accessibility/) to WCAG 2.x, European Accessibility Act (EAA), and Americans with Disabilities Act (ADA) standards. The component supports keyboard navigation and custom key handlers. TagBox also ships with right-to-left (RTL) representation support.
23+
TagBox [conforms](/concepts/05%20UI%20Components/TagBox/01%20Accessibility/00%20Accessibility.md '/Documentation/Guide/UI_Components/TagBox/Accessibility/') to WCAG 2.x, European Accessibility Act (EAA), and Americans with Disabilities Act (ADA) standards. The component supports keyboard navigation and custom key handlers. TagBox also ships with right-to-left (RTL) representation support.
2424

2525
- **Customization Settings**
26-
You can customize TagBox visual elements, including the component [label](/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#label) and [styling mode](/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#stylingMode). TagBox also allows you to add input area [buttons](/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/buttons/) and includes two predefined options: a [clear button](/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#showClearButton) and a [dropdown button](/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#showDropDownButton).
26+
You can customize TagBox visual elements, including the component [label](/api-reference/10%20UI%20Components/dxTextEditor/1%20Configuration/label.md '/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#label') and [styling mode](/api-reference/10%20UI%20Components/dxTextEditor/1%20Configuration/stylingMode.md '/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#stylingMode'). TagBox also allows you to add input area [buttons](/api-reference/10%20UI%20Components/dxDropDownEditor/1%20Configuration/buttons '/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/buttons/') and includes two predefined options: a [clear button](/api-reference/10%20UI%20Components/dxTextEditor/1%20Configuration/showClearButton.md '/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#showClearButton') and a [dropdown button](/api-reference/10%20UI%20Components/dxTagBox/1%20Configuration/showDropDownButton.md '/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#showDropDownButton').
2727

2828
- **Customization with Templates**
29-
DevExtreme TagBox supports extended visual element customization with templates. You can specify custom HTML markup for the following component elements: <a href="/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#tagTemplate">tags</a>, [dropdown items](/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#itemTemplate), the TagBox [input field](/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#fieldTemplate), and [dropdown group headers](/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#groupTemplate).
29+
DevExtreme TagBox supports extended visual element customization with templates. You can specify custom HTML markup for the following component elements: <a href="/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#tagTemplate">tags</a>, [dropdown items](/api-reference/10%20UI%20Components/dxSelectBox/1%20Configuration/itemTemplate.md '/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#itemTemplate'), the TagBox [input field](/api-reference/10%20UI%20Components/dxSelectBox/1%20Configuration/fieldTemplate.md '/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#fieldTemplate'), and [dropdown group headers](/api-reference/10%20UI%20Components/dxDropDownList/1%20Configuration/groupTemplate.md '/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/#groupTemplate').
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
- [Getting Started with TagBox](/Documentation/Guide/UI_Components/TagBox/Getting_Started_with_TagBox/)
1+
- [Getting Started with TagBox](/concepts/05%20UI%20Components/TagBox/00%20Getting%20Started%20with%20TagBox '/Documentation/Guide/UI_Components/TagBox/Getting_Started_with_TagBox/')
22

3-
- [API](/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/)
3+
- [API](/api-reference/10%20UI%20Components/dxTagBox/1%20Configuration '/Documentation/ApiReference/UI_Components/dxTagBox/Configuration/')
44

55
- [Demos](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TagBox/Overview/)

0 commit comments

Comments
 (0)