Skip to content

Commit

Permalink
Generate "reset" method by DevExpress/DevExtreme#25961
Browse files Browse the repository at this point in the history
  • Loading branch information
mpreyskurantov committed Nov 15, 2023
1 parent 59edff4 commit d8399ef
Show file tree
Hide file tree
Showing 20 changed files with 191 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: dxAutocomplete.reset(value)
---
---
##### shortDescription
<!-- Description goes here -->

##### param(value): String | null
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
##### shortDescription
<!-- Description goes here -->

---
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: dxCalendar.reset(value)
---
---
##### shortDescription
<!-- Description goes here -->

##### param(value): Date | Number | String | Array<Date, Number, String> | null
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: dxCheckBox.reset(value)
---
---
##### shortDescription
<!-- Description goes here -->

##### param(value): Boolean | null | undefined
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
##### shortDescription
<!-- Description goes here -->

---
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: dxColorBox.reset(value)
---
---
##### shortDescription
<!-- Description goes here -->

##### param(value): String | null
<!-- Description goes here -->

---
<!-- Description goes here -->
12 changes: 12 additions & 0 deletions api-reference/10 UI Components/dxDateBox/3 Methods/reset(value).md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: dxDateBox.reset(value)
---
---
##### shortDescription
<!-- Description goes here -->

##### param(value): Date | Number | String | null
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: dxDateRangeBox.reset(value)
---
---
##### shortDescription
<!-- Description goes here -->

##### param(value): Array<Date, Number, String, null>
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: dxFileUploader.reset(value)
---
---
##### shortDescription
<!-- Description goes here -->

##### param(value): Array<File>
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
##### shortDescription
<!-- Description goes here -->

---
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: dxNumberBox.reset(value)
---
---
##### shortDescription
<!-- Description goes here -->

##### param(value): Number
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: dxProgressBar.reset(value)
---
---
##### shortDescription
<!-- Description goes here -->

##### param(value): Number | false
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
##### shortDescription
<!-- Description goes here -->

---
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: dxRangeSlider.reset(value)
---
---
##### shortDescription
<!-- Description goes here -->

##### param(value): Array<Number>
<!-- Description goes here -->

---
<!-- Description goes here -->
5 changes: 5 additions & 0 deletions api-reference/10 UI Components/dxSlider/3 Methods/Methods.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
##### shortDescription
<!-- Description goes here -->

---
12 changes: 12 additions & 0 deletions api-reference/10 UI Components/dxSlider/3 Methods/reset(value).md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: dxSlider.reset(value)
---
---
##### shortDescription
<!-- Description goes here -->

##### param(value): Number
<!-- Description goes here -->

---
<!-- Description goes here -->
5 changes: 5 additions & 0 deletions api-reference/10 UI Components/dxSwitch/3 Methods/Methods.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
##### shortDescription
<!-- Description goes here -->

---
12 changes: 12 additions & 0 deletions api-reference/10 UI Components/dxSwitch/3 Methods/reset(value).md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: dxSwitch.reset(value)
---
---
##### shortDescription
<!-- Description goes here -->

##### param(value): Boolean
<!-- Description goes here -->

---
<!-- Description goes here -->
5 changes: 5 additions & 0 deletions api-reference/10 UI Components/dxTextBox/3 Methods/Methods.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
##### shortDescription
<!-- Description goes here -->

---
12 changes: 12 additions & 0 deletions api-reference/10 UI Components/dxTextBox/3 Methods/reset(value).md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: dxTextBox.reset(value)
---
---
##### shortDescription
<!-- Description goes here -->

##### param(value): String
<!-- Description goes here -->

---
<!-- Description goes here -->

0 comments on commit d8399ef

Please sign in to comment.