From 19a994db30b4fb22c64b196ce61614bf21072cfc Mon Sep 17 00:00:00 2001 From: Vlada Skorokhodova Date: Fri, 17 Nov 2023 15:40:31 +0400 Subject: [PATCH] Add descriptions --- .../dxAutocomplete/3 Methods/reset(value).md | 10 +++++++--- .../dxCalendar/3 Methods/reset(value).md | 10 +++++++--- .../dxCheckBox/3 Methods/reset(value).md | 10 +++++++--- .../dxColorBox/3 Methods/reset(value).md | 10 +++++++--- .../dxDateBox/3 Methods/reset(value).md | 10 +++++++--- .../dxDateRangeBox/3 Methods/reset(value).md | 10 +++++++--- .../dxFileUploader/3 Methods/reset(value).md | 10 +++++++--- .../dxNumberBox/3 Methods/reset(value).md | 10 +++++++--- .../dxProgressBar/3 Methods/reset(value).md | 10 +++++++--- .../dxRangeSlider/3 Methods/reset(value).md | 10 +++++++--- .../dxSlider/3 Methods/reset(value).md | 10 +++++++--- .../dxSwitch/3 Methods/reset(value).md | 10 +++++++--- .../dxTextBox/3 Methods/reset(value).md | 10 +++++++--- 13 files changed, 91 insertions(+), 39 deletions(-) diff --git a/api-reference/10 UI Components/dxAutocomplete/3 Methods/reset(value).md b/api-reference/10 UI Components/dxAutocomplete/3 Methods/reset(value).md index d75379c45c..c602218f8c 100644 --- a/api-reference/10 UI Components/dxAutocomplete/3 Methods/reset(value).md +++ b/api-reference/10 UI Components/dxAutocomplete/3 Methods/reset(value).md @@ -3,10 +3,14 @@ id: dxAutocomplete.reset(value) --- --- ##### shortDescription - +Resets the [value]({basewidgetpath}/Configuration/#value) property to the value passed as an argument. ##### param(value): String | null - +Specifies the new value. --- - \ No newline at end of file +This method sets the [isDirty]({basewidgetpath}/Configuration/#isDirty) flag to `false`. + +##### See Also ##### +- [reset()]({basewidgetpath}/Methods/#reset) +- [clear()]({basewidgetpath}/Methods/#clear) \ No newline at end of file diff --git a/api-reference/10 UI Components/dxCalendar/3 Methods/reset(value).md b/api-reference/10 UI Components/dxCalendar/3 Methods/reset(value).md index 6021b69fc5..6bc622be37 100644 --- a/api-reference/10 UI Components/dxCalendar/3 Methods/reset(value).md +++ b/api-reference/10 UI Components/dxCalendar/3 Methods/reset(value).md @@ -3,10 +3,14 @@ id: dxCalendar.reset(value) --- --- ##### shortDescription - +Resets the [value]({basewidgetpath}/Configuration/#value) property to the value passed as an argument. ##### param(value): Date | Number | String | Array | null - +Specifies the new value. --- - \ No newline at end of file +This method sets the [isDirty]({basewidgetpath}/Configuration/#isDirty) flag to `false`. + +##### See Also ##### +- [reset()]({basewidgetpath}/Methods/#reset) +- [clear()]({basewidgetpath}/Methods/#clear) \ No newline at end of file diff --git a/api-reference/10 UI Components/dxCheckBox/3 Methods/reset(value).md b/api-reference/10 UI Components/dxCheckBox/3 Methods/reset(value).md index f0b4e1a478..14e1b3613d 100644 --- a/api-reference/10 UI Components/dxCheckBox/3 Methods/reset(value).md +++ b/api-reference/10 UI Components/dxCheckBox/3 Methods/reset(value).md @@ -3,10 +3,14 @@ id: dxCheckBox.reset(value) --- --- ##### shortDescription - +Resets the [value]({basewidgetpath}/Configuration/#value) property to the value passed as an argument. ##### param(value): Boolean | null | undefined - +Specifies the new value. --- - \ No newline at end of file +This method sets the [isDirty]({basewidgetpath}/Configuration/#isDirty) flag to `false`. + +##### See Also ##### +- [reset()]({basewidgetpath}/Methods/#reset) +- [clear()]({basewidgetpath}/Methods/#clear) \ No newline at end of file diff --git a/api-reference/10 UI Components/dxColorBox/3 Methods/reset(value).md b/api-reference/10 UI Components/dxColorBox/3 Methods/reset(value).md index 2514091c7d..34770013a3 100644 --- a/api-reference/10 UI Components/dxColorBox/3 Methods/reset(value).md +++ b/api-reference/10 UI Components/dxColorBox/3 Methods/reset(value).md @@ -3,10 +3,14 @@ id: dxColorBox.reset(value) --- --- ##### shortDescription - +Resets the [value]({basewidgetpath}/Configuration/#value) property to the value passed as an argument. ##### param(value): String | null - +Specifies the new value. --- - \ No newline at end of file +This method sets the [isDirty]({basewidgetpath}/Configuration/#isDirty) flag to `false`. + +##### See Also ##### +- [reset()]({basewidgetpath}/Methods/#reset) +- [clear()]({basewidgetpath}/Methods/#clear) \ No newline at end of file diff --git a/api-reference/10 UI Components/dxDateBox/3 Methods/reset(value).md b/api-reference/10 UI Components/dxDateBox/3 Methods/reset(value).md index d4a86743e6..e9fda8fd0f 100644 --- a/api-reference/10 UI Components/dxDateBox/3 Methods/reset(value).md +++ b/api-reference/10 UI Components/dxDateBox/3 Methods/reset(value).md @@ -3,10 +3,14 @@ id: dxDateBox.reset(value) --- --- ##### shortDescription - +Resets the [value]({basewidgetpath}/Configuration/#value) property to the value passed as an argument. ##### param(value): Date | Number | String | null - +Specifies the new value. --- - \ No newline at end of file +This method sets the [isDirty]({basewidgetpath}/Configuration/#isDirty) flag to `false`. + +##### See Also ##### +- [reset()]({basewidgetpath}/Methods/#reset) +- [clear()]({basewidgetpath}/Methods/#clear) \ No newline at end of file diff --git a/api-reference/10 UI Components/dxDateRangeBox/3 Methods/reset(value).md b/api-reference/10 UI Components/dxDateRangeBox/3 Methods/reset(value).md index a9eaba1ab0..be8db816e8 100644 --- a/api-reference/10 UI Components/dxDateRangeBox/3 Methods/reset(value).md +++ b/api-reference/10 UI Components/dxDateRangeBox/3 Methods/reset(value).md @@ -3,10 +3,14 @@ id: dxDateRangeBox.reset(value) --- --- ##### shortDescription - +Resets the [value]({basewidgetpath}/Configuration/#value) property to the value passed as an argument. ##### param(value): Array - +Specifies the new value. --- - \ No newline at end of file +This method sets the [isDirty]({basewidgetpath}/Configuration/#isDirty) flag to `false`. + +##### See Also ##### +- [reset()]({basewidgetpath}/Methods/#reset) +- [clear()]({basewidgetpath}/Methods/#clear) \ No newline at end of file diff --git a/api-reference/10 UI Components/dxFileUploader/3 Methods/reset(value).md b/api-reference/10 UI Components/dxFileUploader/3 Methods/reset(value).md index d3c2fe23b1..11b38d5925 100644 --- a/api-reference/10 UI Components/dxFileUploader/3 Methods/reset(value).md +++ b/api-reference/10 UI Components/dxFileUploader/3 Methods/reset(value).md @@ -3,10 +3,14 @@ id: dxFileUploader.reset(value) --- --- ##### shortDescription - +Resets the [value]({basewidgetpath}/Configuration/#value) property to the value passed as an argument. ##### param(value): Array - +Specifies the new value. --- - \ No newline at end of file +This method sets the [isDirty]({basewidgetpath}/Configuration/#isDirty) flag to `false`. + +##### See Also ##### +- [reset()]({basewidgetpath}/Methods/#reset) +- [clear()]({basewidgetpath}/Methods/#clear) \ No newline at end of file diff --git a/api-reference/10 UI Components/dxNumberBox/3 Methods/reset(value).md b/api-reference/10 UI Components/dxNumberBox/3 Methods/reset(value).md index 6e576352c0..ce501107fe 100644 --- a/api-reference/10 UI Components/dxNumberBox/3 Methods/reset(value).md +++ b/api-reference/10 UI Components/dxNumberBox/3 Methods/reset(value).md @@ -3,10 +3,14 @@ id: dxNumberBox.reset(value) --- --- ##### shortDescription - +Resets the [value]({basewidgetpath}/Configuration/#value) property to the value passed as an argument. ##### param(value): Number - +Specifies the new value. --- - \ No newline at end of file +This method sets the [isDirty]({basewidgetpath}/Configuration/#isDirty) flag to `false`. + +##### See Also ##### +- [reset()]({basewidgetpath}/Methods/#reset) +- [clear()]({basewidgetpath}/Methods/#clear) \ No newline at end of file diff --git a/api-reference/10 UI Components/dxProgressBar/3 Methods/reset(value).md b/api-reference/10 UI Components/dxProgressBar/3 Methods/reset(value).md index 8d6c301b70..12ca491983 100644 --- a/api-reference/10 UI Components/dxProgressBar/3 Methods/reset(value).md +++ b/api-reference/10 UI Components/dxProgressBar/3 Methods/reset(value).md @@ -3,10 +3,14 @@ id: dxProgressBar.reset(value) --- --- ##### shortDescription - +Resets the [value]({basewidgetpath}/Configuration/#value) property to the value passed as an argument. ##### param(value): Number | false - +Specifies the new value. --- - \ No newline at end of file +This method sets the [isDirty]({basewidgetpath}/Configuration/#isDirty) flag to `false`. + +##### See Also ##### +- [reset()]({basewidgetpath}/Methods/#reset) +- [clear()]({basewidgetpath}/Methods/#clear) \ No newline at end of file diff --git a/api-reference/10 UI Components/dxRangeSlider/3 Methods/reset(value).md b/api-reference/10 UI Components/dxRangeSlider/3 Methods/reset(value).md index 01e204cda1..496f411627 100644 --- a/api-reference/10 UI Components/dxRangeSlider/3 Methods/reset(value).md +++ b/api-reference/10 UI Components/dxRangeSlider/3 Methods/reset(value).md @@ -3,10 +3,14 @@ id: dxRangeSlider.reset(value) --- --- ##### shortDescription - +Resets the [value]({basewidgetpath}/Configuration/#value) property to the value passed as an argument. ##### param(value): Array - +Specifies the new value. --- - \ No newline at end of file +This method sets the [isDirty]({basewidgetpath}/Configuration/#isDirty) flag to `false`. + +##### See Also ##### +- [reset()]({basewidgetpath}/Methods/#reset) +- [clear()]({basewidgetpath}/Methods/#clear) \ No newline at end of file diff --git a/api-reference/10 UI Components/dxSlider/3 Methods/reset(value).md b/api-reference/10 UI Components/dxSlider/3 Methods/reset(value).md index 8842995534..b63b850437 100644 --- a/api-reference/10 UI Components/dxSlider/3 Methods/reset(value).md +++ b/api-reference/10 UI Components/dxSlider/3 Methods/reset(value).md @@ -3,10 +3,14 @@ id: dxSlider.reset(value) --- --- ##### shortDescription - +Resets the [value]({basewidgetpath}/Configuration/#value) property to the value passed as an argument. ##### param(value): Number - +Specifies the new value. --- - \ No newline at end of file +This method sets the [isDirty]({basewidgetpath}/Configuration/#isDirty) flag to `false`. + +##### See Also ##### +- [reset()]({basewidgetpath}/Methods/#reset) +- [clear()]({basewidgetpath}/Methods/#clear) \ No newline at end of file diff --git a/api-reference/10 UI Components/dxSwitch/3 Methods/reset(value).md b/api-reference/10 UI Components/dxSwitch/3 Methods/reset(value).md index cf3637e3d6..dcf792b84b 100644 --- a/api-reference/10 UI Components/dxSwitch/3 Methods/reset(value).md +++ b/api-reference/10 UI Components/dxSwitch/3 Methods/reset(value).md @@ -3,10 +3,14 @@ id: dxSwitch.reset(value) --- --- ##### shortDescription - +Resets the [value]({basewidgetpath}/Configuration/#value) property to the value passed as an argument. ##### param(value): Boolean - +Specifies the new value. --- - \ No newline at end of file +This method sets the [isDirty]({basewidgetpath}/Configuration/#isDirty) flag to `false`. + +##### See Also ##### +- [reset()]({basewidgetpath}/Methods/#reset) +- [clear()]({basewidgetpath}/Methods/#clear) \ No newline at end of file diff --git a/api-reference/10 UI Components/dxTextBox/3 Methods/reset(value).md b/api-reference/10 UI Components/dxTextBox/3 Methods/reset(value).md index ac631d2b5d..9176b4fe88 100644 --- a/api-reference/10 UI Components/dxTextBox/3 Methods/reset(value).md +++ b/api-reference/10 UI Components/dxTextBox/3 Methods/reset(value).md @@ -3,10 +3,14 @@ id: dxTextBox.reset(value) --- --- ##### shortDescription - +Resets the [value]({basewidgetpath}/Configuration/#value) property to the value passed as an argument. ##### param(value): String - +Specifies the new value. --- - \ No newline at end of file +This method sets the [isDirty]({basewidgetpath}/Configuration/#isDirty) flag to `false`. + +##### See Also ##### +- [reset()]({basewidgetpath}/Methods/#reset) +- [clear()]({basewidgetpath}/Methods/#clear) \ No newline at end of file