Skip to content

Commit b67dc1b

Browse files
DocGen 25_1 [09/26/25] (#8047)
* DocGen 25_1 result * Move EditorOptionsWithValue --------- Co-authored-by: Vlada Skorokhodova <[email protected]>
1 parent 911e5df commit b67dc1b

File tree

12 files changed

+63
-22
lines changed

12 files changed

+63
-22
lines changed

api-reference/10 UI Components/dxAutocomplete/1 Configuration/value.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: dxAutocomplete.Options.value
3-
type: String
3+
type: String | null
44
default: null
55
---
66
---

api-reference/10 UI Components/dxCheckBox/3 Methods/reset(value).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ id: dxCheckBox.reset(value)
55
##### shortDescription
66
Resets the [value](/api-reference/10%20UI%20Components/dxCheckBox/1%20Configuration/value.md '{basewidgetpath}/Configuration/#value') property to the value passed as an argument.
77

8-
##### param(value): Boolean | null | undefined
8+
##### param(value): Boolean | null
99
Specifies the new value.
1010

1111
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
id: dxColorBox.Options.value
3-
type: String
3+
type: String | null
44
---
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
id: dxDropDownEditor.reset(value)
3+
---
4+
---
5+
##### shortDescription
6+
<!-- Description goes here -->
7+
8+
##### param(value): any
9+
<!-- Description goes here -->
10+
11+
---
12+
<!-- Description goes here -->

api-reference/10 UI Components/dxLookup/1 Configuration/showClearButton.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ default: false
88
Specifies whether to display the Clear button in the lookup window.
99

1010
---
11-
The Clear button calls the [reset](/api-reference/10%20UI%20Components/dxTextBox/3%20Methods/reset(value).md '{basewidgetpath}/Methods/#resetvalue') method which resets the [value](/api-reference/10%20UI%20Components/dxDropDownList/1%20Configuration/value.md '/Documentation/ApiReference/UI_Components/dxLookup/Configuration/#value') property to its default value (**null**). The lookup window closes and the text specified by the [placeholder](/api-reference/10%20UI%20Components/dxLookup/1%20Configuration/placeholder.md '/Documentation/ApiReference/UI_Components/dxLookup/Configuration/#placeholder') property is shown in the lookup editor.
11+
The Clear button calls the [reset](/api-reference/10%20UI%20Components/dxDropDownEditor/3%20Methods/reset(value).md '{basewidgetpath}/Methods/#resetvalue') method which resets the [value](/api-reference/10%20UI%20Components/dxDropDownList/1%20Configuration/value.md '/Documentation/ApiReference/UI_Components/dxLookup/Configuration/#value') property to its default value (**null**). The lookup window closes and the text specified by the [placeholder](/api-reference/10%20UI%20Components/dxLookup/1%20Configuration/placeholder.md '/Documentation/ApiReference/UI_Components/dxLookup/Configuration/#placeholder') property is shown in the lookup editor.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
##### shortDescription
3+
<!-- Description goes here -->
4+
5+
---
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
id: dxTagBox.reset(value)
3+
---
4+
---
5+
##### shortDescription
6+
<!-- Description goes here -->
7+
8+
##### param(value): Array<String, Number, any>
9+
<!-- Description goes here -->
10+
11+
---
12+
<!-- Description goes here -->
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
id: Editor.OptionsWithValue
3+
module: ui/editor/editor
4+
export: EditorOptionsWithValue
5+
hidden:
6+
---
7+
---
8+
##### shortDescription
9+
<!-- Description goes here -->
10+
11+
---
12+
<!-- Description goes here -->

concepts/05 UI Components/DropDownBox/03 Overview/00 Overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22

33
##### jQuery
44

5-
DevExtreme DropDownBox is an advanced editor that supports in-depth customization. The component consists of a text field and a drop-down area. The drop-down area can contain custom markup, including other [DevExtreme components](/Documentation/Guide/jQuery_Components/DevExtreme_jQuery_Components/).
5+
DevExtreme DropDownBox is an advanced editor that supports in-depth customization. The component consists of a text field and a drop-down area. The drop-down area can contain custom markup, including other [DevExtreme components](/concepts/58%20jQuery%20Components/00%20DevExtreme%20jQuery%20Components.md '/Documentation/Guide/jQuery_Components/DevExtreme_jQuery_Components/').
66

77
##### Angular
88

9-
DevExtreme DropDownBox is an advanced editor that supports in-depth customization. The component consists of a text field and a drop-down area. The drop-down area can contain custom markup, including other [DevExtreme components](/Documentation/Guide/Angular_Components/DevExtreme_Angular_Components/).
9+
DevExtreme DropDownBox is an advanced editor that supports in-depth customization. The component consists of a text field and a drop-down area. The drop-down area can contain custom markup, including other [DevExtreme components](/concepts/40%20Angular%20Components/00%20DevExtreme%20Angular%20Components.md '/Documentation/Guide/Angular_Components/DevExtreme_Angular_Components/').
1010

1111
##### Vue
1212

13-
DevExtreme DropDownBox is an advanced editor that supports in-depth customization. The component consists of a text field and a drop-down area. The drop-down area can contain custom markup, including other [DevExtreme components](/Documentation/Guide/Vue_Components/DevExtreme_Vue_Components/).
13+
DevExtreme DropDownBox is an advanced editor that supports in-depth customization. The component consists of a text field and a drop-down area. The drop-down area can contain custom markup, including other [DevExtreme components](/concepts/55%20Vue%20Components/00%20DevExtreme%20Vue%20Components.md '/Documentation/Guide/Vue_Components/DevExtreme_Vue_Components/').
1414

1515
##### React
1616

17-
DevExtreme DropDownBox is an advanced editor that supports in-depth customization. The component consists of a text field and a drop-down area. The drop-down area can contain custom markup, including other [DevExtreme components](/Documentation/Guide/React_Components/DevExtreme_React_Components/).
17+
DevExtreme DropDownBox is an advanced editor that supports in-depth customization. The component consists of a text field and a drop-down area. The drop-down area can contain custom markup, including other [DevExtreme components](/concepts/50%20React%20Components/00%20DevExtreme%20React%20Components.md '/Documentation/Guide/React_Components/DevExtreme_React_Components/').
1818

1919
---
2020

21-
[important] DevExtreme ships with multiple drop-down editors. To find out which editor best suits your task, refer to the following help topic: [How to Choose a Drop-Down Editor](/Documentation/Guide/UI_Components/Lookup/Choose_a_Drop-Down_Editor/).
21+
[important] DevExtreme ships with multiple drop-down editors. To find out which editor best suits your task, refer to the following help topic: [How to Choose a Drop-Down Editor](/concepts/05%20UI%20Components/Lookup/01%20Choose%20a%20Drop-Down%20Editor.md '/Documentation/Guide/UI_Components/Lookup/Choose_a_Drop-Down_Editor/').
2222

2323
This overview highlights DropDownBox elements, key features, and what to explore next.
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
![DropDownBox Elements](/images/DropDownBox/dropdownbox-elements.png)
22

33
1. Text Field
4-
2. [Value](/Documentation/ApiReference/UI_Components/dxDropDownBox/Configuration/#value)
5-
3. [Clear Button](/Documentation/ApiReference/UI_Components/dxDropDownBox/Configuration/#showClearButton)
6-
4. [Placeholder](/Documentation/ApiReference/UI_Components/dxDropDownBox/Configuration/#placeholder)
7-
5. [Dropdown Button](/Documentation/ApiReference/UI_Components/dxDropDownBox/Configuration/#showDropDownButton)
4+
2. [Value](/api-reference/10%20UI%20Components/DataExpressionMixin/1%20Configuration/value.md '/Documentation/ApiReference/UI_Components/dxDropDownBox/Configuration/#value')
5+
3. [Clear Button](/api-reference/10%20UI%20Components/dxTextEditor/1%20Configuration/showClearButton.md '/Documentation/ApiReference/UI_Components/dxDropDownBox/Configuration/#showClearButton')
6+
4. [Placeholder](/api-reference/10%20UI%20Components/dxTextEditor/1%20Configuration/placeholder.md '/Documentation/ApiReference/UI_Components/dxDropDownBox/Configuration/#placeholder')
7+
5. [Dropdown Button](/api-reference/10%20UI%20Components/dxDropDownEditor/1%20Configuration/showDropDownButton.md '/Documentation/ApiReference/UI_Components/dxDropDownBox/Configuration/#showDropDownButton')
88
6. Text Field
9-
7. [Dropdown Content](/Documentation/ApiReference/UI_Components/dxDropDownBox/Configuration/#contentTemplate) - [TreeView](/Documentation/Guide/UI_Components/TreeView/Overview/)
10-
8. [Dropdown Content](/Documentation/ApiReference/UI_Components/dxDropDownBox/Configuration/#contentTemplate) - [DataGrid](/Documentation/Guide/UI_Components/DataGrid/Overview/)
9+
7. [Dropdown Content](/api-reference/10%20UI%20Components/dxDropDownBox/1%20Configuration/contentTemplate.md '/Documentation/ApiReference/UI_Components/dxDropDownBox/Configuration/#contentTemplate') - [TreeView](/concepts/05%20UI%20Components/TreeView/02%20Overview/00%20Overview.md '/Documentation/Guide/UI_Components/TreeView/Overview/')
10+
8. [Dropdown Content](/api-reference/10%20UI%20Components/dxDropDownBox/1%20Configuration/contentTemplate.md '/Documentation/ApiReference/UI_Components/dxDropDownBox/Configuration/#contentTemplate') - [DataGrid](/concepts/05%20UI%20Components/DataGrid/03%20Overview/00%20Overview.md '/Documentation/Guide/UI_Components/DataGrid/Overview/')

0 commit comments

Comments
 (0)