Skip to content

Commit 7931b8f

Browse files
authored
DocGen 24_2 result (#8106)
1 parent 1c422f8 commit 7931b8f

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<img src="/images/DateBox/date-box-elements.png" alt="DateBox elements" style="border-radius: 16px"/>
22

3-
1. [Label](Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#label) (*"outside"* [label mode](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#labelMode))
3+
1. [Label](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/label.md 'Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#label') (*"outside"* [label mode](/api-reference/10%20UI%20Components/dxTextEditor/1%20Configuration/labelMode.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#labelMode'))
44
2. [Value display format](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/displayFormat.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#displayFormat')
5-
3. [Drop-down button](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#showDropDownButton) (*"date"* [type](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#type))
6-
4. [Label](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#label) (*"static"* [label mode](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#labelMode))
7-
5. [Clear button](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#showClearButton)
8-
6. [Drop-down button](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#showDropDownButton) (*"datetime"* [type](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#type))
9-
7. [Placeholder](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#placeholder)
5+
3. [Drop-down button](/api-reference/10%20UI%20Components/dxDropDownEditor/1%20Configuration/showDropDownButton.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#showDropDownButton') (*"date"* [type](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/type.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#type'))
6+
4. [Label](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/label.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#label') (*"static"* [label mode](/api-reference/10%20UI%20Components/dxTextEditor/1%20Configuration/labelMode.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#labelMode'))
7+
5. [Clear button](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/showClearButton.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#showClearButton')
8+
6. [Drop-down button](/api-reference/10%20UI%20Components/dxDropDownEditor/1%20Configuration/showDropDownButton.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#showDropDownButton') (*"datetime"* [type](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/type.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#type'))
9+
7. [Placeholder](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/placeholder.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#placeholder')
1010
8. [Custom button](/api-reference/10%20UI%20Components/dxDropDownEditor/1%20Configuration/buttons '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/buttons/')
11-
9. [Drop-down button](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#showDropDownButton) (*"time"* [type](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#type))
12-
10. Drop-down area (*"date"* [type](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#type))
11+
9. [Drop-down button](/api-reference/10%20UI%20Components/dxDropDownEditor/1%20Configuration/showDropDownButton.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#showDropDownButton') (*"time"* [type](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/type.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#type'))
12+
10. Drop-down area (*"date"* [type](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/type.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#type'))
1313
11. [Today button](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/todayButtonText.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#todayButtonText')
14-
12. Drop-down area (*"datetime"* [type](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#type))
14+
12. Drop-down area (*"datetime"* [type](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/type.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#type'))
1515
13. [Apply button](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/applyButtonText.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#applyButtonText')
1616
14. [Cancel button](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/cancelButtonText.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#cancelButtonText')
17-
15. Drop-down area (*"time"* [type](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#type))
17+
15. Drop-down area (*"time"* [type](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/type.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#type'))
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
- **DateBox Types**
2-
You can configure the DateBox [type](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#type) to integrate the component as a date, time, or date and time picker.
2+
You can configure the DateBox [type](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/type.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#type') to integrate the component as a date, time, or date and time picker.
33

44
- **Picker Configuration**
5-
DateBox supports multiple [picker types](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#pickerType), including calendar, list, and roller pickers. You can also implement native pickers that vary depending on the user's device and platforms.
5+
DateBox supports multiple [picker types](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/pickerType.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#pickerType'), including calendar, list, and roller pickers. You can also implement native pickers that vary depending on the user's device and platforms.
66

77
- **Formatting**
8-
The DateBox component automatically formats values based on your application locale. You can also [specify display formats](/Documentation/Guide/UI_Components/DateBox/Value_Formatting_and_Masked_Input/), including [predefined, Intl, and custom formats](/Documentation/Guide/Common/Value_Formatting/#Format_UI_Component_Values).
8+
The DateBox component automatically formats values based on your application locale. You can also [specify display formats](/concepts/05%20UI%20Components/DateBox/04%20Value%20Formatting%20and%20Masked%20Input.md '/Documentation/Guide/UI_Components/DateBox/Value_Formatting_and_Masked_Input/'), including [predefined, Intl, and custom formats](/concepts/Common/Value%20Formatting/10%20Format%20UI%20Component%20Values '/Documentation/Guide/Common/Value_Formatting/#Format_UI_Component_Values').
99

1010
- **Masked Input**
11-
DateBox supports [masked input](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#useMaskBehavior). When enabled, the component allows users to input only characters supported by the DateBox [display format](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#displayFormat).
11+
DateBox supports [masked input](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/useMaskBehavior.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#useMaskBehavior'). When enabled, the component allows users to input only characters supported by the DateBox [display format](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/displayFormat.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#displayFormat').
1212

1313
- **Configurable Date and Time Ranges**
14-
You can limit DateBox selection to a specific [date and time range](/Documentation/Guide/UI_Components/DateBox/Getting_Started_with_DateBox/#Set_the_Accepted_Date_Range). For instance, you can specify a new [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) object as the [minimum](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#min) to disable date and time values in the past.
14+
You can limit DateBox selection to a specific [date and time range](/concepts/05%20UI%20Components/DateBox/00%20Getting%20Started%20with%20DateBox/13%20Set%20the%20Accepted%20Date%20Range.md '/Documentation/Guide/UI_Components/DateBox/Getting_Started_with_DateBox/#Set_the_Accepted_Date_Range'). For instance, you can specify a new [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) object as the [minimum](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/min.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#min') to disable date and time values in the past.
1515

1616
- **Disabled Dates**
17-
DateBox allows you to [disable individual dates](/Documentation/Guide/UI_Components/DateBox/Getting_Started_with_DateBox/#Disable_Specific_Dates). You can implement this feature to disable days such as holidays.
17+
DateBox allows you to [disable individual dates](/concepts/05%20UI%20Components/DateBox/00%20Getting%20Started%20with%20DateBox/25%20Disable%20Specific%20Dates.md '/Documentation/Guide/UI_Components/DateBox/Getting_Started_with_DateBox/#Disable_Specific_Dates'). You can implement this feature to disable days such as holidays.
1818

1919
- **Drop-Down Calendar Configuration**
20-
You can customize [DateBox Calendar options](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#calendarOptions) such as zoom level and week numbers.
20+
You can customize [DateBox Calendar options](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/calendarOptions.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#calendarOptions') such as zoom level and week numbers.
2121

2222
- **Validation**
23-
The DateBox component ships with [data validation capabilities](/Documentation/Guide/UI_Components/Common/UI_Widgets/Data_Validation/). You can implement custom logic to validate the component value and display a [validation status](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#isValid). You can also validate DateBox values within a DevExtreme [Form](/Documentation/Guide/UI_Components/Form/Overview/) component.
23+
The DateBox component ships with [data validation capabilities](/concepts/05%20UI%20Components/zz%20Common/05%20UI%20Widgets/20%20Data%20Validation '/Documentation/Guide/UI_Components/Common/UI_Widgets/Data_Validation/'). You can implement custom logic to validate the component value and display a [validation status](/api-reference/10%20UI%20Components/Editor/1%20Configuration/isValid.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#isValid'). You can also validate DateBox values within a DevExtreme [Form](/concepts/05%20UI%20Components/Form/00%20Overview '/Documentation/Guide/UI_Components/Form/Overview/') component.
2424

2525
- **Adaptivity**
26-
You can [enable adaptive rendering](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#adaptivityEnabled) to adapt DateBox to small screens. In this mode, the component displays compact visual elements.
26+
You can [enable adaptive rendering](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/adaptivityEnabled.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#adaptivityEnabled') to adapt DateBox to small screens. In this mode, the component displays compact visual elements.
2727

2828
- **Accessibility and Keyboard Navigation**
29-
DateBox [conforms](/Documentation/Guide/UI_Components/DateBox/Accessibility/) to WCAG 2.x, European Accessibility Act (EAA), and Americans with Disabilities Act (ADA) standards. The component supports [keyboard navigation](/Documentation/Guide/UI_Components/DateBox/Accessibility/#Keyboard_Navigation) and custom key handlers. DateBox also ships with right-to-left ([RTL](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#rtlEnabled)) representation support.
29+
DateBox [conforms](/concepts/05%20UI%20Components/DateBox/02%20Accessibility/00%20Accessibility.md '/Documentation/Guide/UI_Components/DateBox/Accessibility/') to WCAG 2.x, European Accessibility Act (EAA), and Americans with Disabilities Act (ADA) standards. The component supports [keyboard navigation](/concepts/05%20UI%20Components/DateBox/02%20Accessibility/15%20Keyboard%20Navigation.md '/Documentation/Guide/UI_Components/DateBox/Accessibility/#Keyboard_Navigation') and custom key handlers. DateBox also ships with right-to-left ([RTL](/api-reference/10%20UI%20Components/DOMComponent/1%20Configuration/rtlEnabled.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#rtlEnabled')) representation support.
3030

3131
- **Customization**
32-
You can customize DateBox elements such as the text field and [drop-down area](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#dropDownOptions). The component supports [label](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#label) and [placeholder](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#placeholder) configration, as well as custom text field [buttons](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/buttons/).
32+
You can customize DateBox elements such as the text field and [drop-down area](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/dropDownOptions.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#dropDownOptions'). The component supports [label](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/label.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#label') and [placeholder](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/placeholder.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#placeholder') configration, as well as custom text field [buttons](/api-reference/10%20UI%20Components/dxDropDownEditor/1%20Configuration/buttons '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/buttons/').

concepts/05 UI Components/DateBox/01 Overview/15 Explore More.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- [Getting Started with DateBox](/Documentation/Guide/UI_Components/DateBox/Getting_Started_with_DateBox/)
1+
- [Getting Started with DateBox](/concepts/05%20UI%20Components/DateBox/00%20Getting%20Started%20with%20DateBox '/Documentation/Guide/UI_Components/DateBox/Getting_Started_with_DateBox/')
22

33
- [API](/api-reference/10%20UI%20Components/dxDateBox '/Documentation/ApiReference/UI_Components/dxDateBox/')
44

0 commit comments

Comments
 (0)