Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DateBox: add Overview #7108

Open
wants to merge 1 commit into
base: 24_2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions concepts/05 UI Components/DateBox/01 Overview/00 Overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
DateBox is a UI component that helps users enter or modify date and time values.

In this overview, you can find a map of DateBox elements, information about key features, and what to explore next.
8 changes: 8 additions & 0 deletions concepts/05 UI Components/DateBox/01 Overview/05 Elements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<img src="/images/DateBox/date-box-elements.png" alt="DateBox elements"/>

1. [Date display format](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#displayFormat)
2. [Input buttons](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/buttons/)
3. [Format and UI type](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#type)
4. [Today button](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#todayButtonText)
5. [Apply button](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#applyButtonText)
6. [Cancel button](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#cancelButtonText)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- **Customization**
Set the DateBox [type](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#type) to date, time, or both. Define the [accepted date range](/Documentation/Guide/UI_Components/DateBox/Getting_Started_with_DateBox/#Set_the_Accepted_Date_Range) and specify the initial [value](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#value). [Disable](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#disabledDates) specific dates if needed. DateBox includes [3 value pickers](/Documentation/Guide/UI_Components/DateBox/Platform-Specific_Value_Pickers/) for different platforms.

- **Formatting**
DateBox [formats](/Documentation/Guide/UI_Components/DateBox/Value_Formatting_and_Masked_Input/) its value according to the application's locale. Use [predefined or custom](/Documentation/Guide/Common/Value_Formatting/) formats as well.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- [API](/api-reference/10%20UI%20Components/dxDateBox '/Documentation/ApiReference/UI_Components/dxDateBox/')

- [Demos](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DateBox/Overview/)
Binary file added images/DateBox/date-box-elements.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading