Skip to content

Commit

Permalink
Add descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
vladaskorohodova committed Nov 17, 2023
1 parent d8399ef commit 19a994d
Show file tree
Hide file tree
Showing 13 changed files with 91 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ id: dxAutocomplete.reset(value)
---
---
##### shortDescription
<!-- Description goes here -->
Resets the [value]({basewidgetpath}/Configuration/#value) property to the value passed as an argument.

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

---
<!-- Description goes here -->
This method sets the [isDirty]({basewidgetpath}/Configuration/#isDirty) flag to `false`.

##### See Also #####
- [reset()]({basewidgetpath}/Methods/#reset)
- [clear()]({basewidgetpath}/Methods/#clear)
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ id: dxCalendar.reset(value)
---
---
##### shortDescription
<!-- Description goes here -->
Resets the [value]({basewidgetpath}/Configuration/#value) property to the value passed as an argument.

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

---
<!-- Description goes here -->
This method sets the [isDirty]({basewidgetpath}/Configuration/#isDirty) flag to `false`.

##### See Also #####
- [reset()]({basewidgetpath}/Methods/#reset)
- [clear()]({basewidgetpath}/Methods/#clear)
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ id: dxCheckBox.reset(value)
---
---
##### shortDescription
<!-- Description goes here -->
Resets the [value]({basewidgetpath}/Configuration/#value) property to the value passed as an argument.

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

---
<!-- Description goes here -->
This method sets the [isDirty]({basewidgetpath}/Configuration/#isDirty) flag to `false`.

##### See Also #####
- [reset()]({basewidgetpath}/Methods/#reset)
- [clear()]({basewidgetpath}/Methods/#clear)
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ id: dxColorBox.reset(value)
---
---
##### shortDescription
<!-- Description goes here -->
Resets the [value]({basewidgetpath}/Configuration/#value) property to the value passed as an argument.

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

---
<!-- Description goes here -->
This method sets the [isDirty]({basewidgetpath}/Configuration/#isDirty) flag to `false`.

##### See Also #####
- [reset()]({basewidgetpath}/Methods/#reset)
- [clear()]({basewidgetpath}/Methods/#clear)
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ id: dxDateBox.reset(value)
---
---
##### shortDescription
<!-- Description goes here -->
Resets the [value]({basewidgetpath}/Configuration/#value) property to the value passed as an argument.

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

---
<!-- Description goes here -->
This method sets the [isDirty]({basewidgetpath}/Configuration/#isDirty) flag to `false`.

##### See Also #####
- [reset()]({basewidgetpath}/Methods/#reset)
- [clear()]({basewidgetpath}/Methods/#clear)
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ id: dxDateRangeBox.reset(value)
---
---
##### shortDescription
<!-- Description goes here -->
Resets the [value]({basewidgetpath}/Configuration/#value) property to the value passed as an argument.

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

---
<!-- Description goes here -->
This method sets the [isDirty]({basewidgetpath}/Configuration/#isDirty) flag to `false`.

##### See Also #####
- [reset()]({basewidgetpath}/Methods/#reset)
- [clear()]({basewidgetpath}/Methods/#clear)
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ id: dxFileUploader.reset(value)
---
---
##### shortDescription
<!-- Description goes here -->
Resets the [value]({basewidgetpath}/Configuration/#value) property to the value passed as an argument.

##### param(value): Array<File>
<!-- Description goes here -->
Specifies the new value.

---
<!-- Description goes here -->
This method sets the [isDirty]({basewidgetpath}/Configuration/#isDirty) flag to `false`.

##### See Also #####
- [reset()]({basewidgetpath}/Methods/#reset)
- [clear()]({basewidgetpath}/Methods/#clear)
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ id: dxNumberBox.reset(value)
---
---
##### shortDescription
<!-- Description goes here -->
Resets the [value]({basewidgetpath}/Configuration/#value) property to the value passed as an argument.

##### param(value): Number
<!-- Description goes here -->
Specifies the new value.

---
<!-- Description goes here -->
This method sets the [isDirty]({basewidgetpath}/Configuration/#isDirty) flag to `false`.

##### See Also #####
- [reset()]({basewidgetpath}/Methods/#reset)
- [clear()]({basewidgetpath}/Methods/#clear)
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ id: dxProgressBar.reset(value)
---
---
##### shortDescription
<!-- Description goes here -->
Resets the [value]({basewidgetpath}/Configuration/#value) property to the value passed as an argument.

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

---
<!-- Description goes here -->
This method sets the [isDirty]({basewidgetpath}/Configuration/#isDirty) flag to `false`.

##### See Also #####
- [reset()]({basewidgetpath}/Methods/#reset)
- [clear()]({basewidgetpath}/Methods/#clear)
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ id: dxRangeSlider.reset(value)
---
---
##### shortDescription
<!-- Description goes here -->
Resets the [value]({basewidgetpath}/Configuration/#value) property to the value passed as an argument.

##### param(value): Array<Number>
<!-- Description goes here -->
Specifies the new value.

---
<!-- Description goes here -->
This method sets the [isDirty]({basewidgetpath}/Configuration/#isDirty) flag to `false`.

##### See Also #####
- [reset()]({basewidgetpath}/Methods/#reset)
- [clear()]({basewidgetpath}/Methods/#clear)
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ id: dxSlider.reset(value)
---
---
##### shortDescription
<!-- Description goes here -->
Resets the [value]({basewidgetpath}/Configuration/#value) property to the value passed as an argument.

##### param(value): Number
<!-- Description goes here -->
Specifies the new value.

---
<!-- Description goes here -->
This method sets the [isDirty]({basewidgetpath}/Configuration/#isDirty) flag to `false`.

##### See Also #####
- [reset()]({basewidgetpath}/Methods/#reset)
- [clear()]({basewidgetpath}/Methods/#clear)
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ id: dxSwitch.reset(value)
---
---
##### shortDescription
<!-- Description goes here -->
Resets the [value]({basewidgetpath}/Configuration/#value) property to the value passed as an argument.

##### param(value): Boolean
<!-- Description goes here -->
Specifies the new value.

---
<!-- Description goes here -->
This method sets the [isDirty]({basewidgetpath}/Configuration/#isDirty) flag to `false`.

##### See Also #####
- [reset()]({basewidgetpath}/Methods/#reset)
- [clear()]({basewidgetpath}/Methods/#clear)
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ id: dxTextBox.reset(value)
---
---
##### shortDescription
<!-- Description goes here -->
Resets the [value]({basewidgetpath}/Configuration/#value) property to the value passed as an argument.

##### param(value): String
<!-- Description goes here -->
Specifies the new value.

---
<!-- Description goes here -->
This method sets the [isDirty]({basewidgetpath}/Configuration/#isDirty) flag to `false`.

##### See Also #####
- [reset()]({basewidgetpath}/Methods/#reset)
- [clear()]({basewidgetpath}/Methods/#clear)

0 comments on commit 19a994d

Please sign in to comment.