-
Notifications
You must be signed in to change notification settings - Fork 1.3k
DateBox: add Overview #7108
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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. | ||
helen-dikareva marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| 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"/> | ||
helen-dikareva marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| 1. [Date display format](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#displayFormat) | ||
| 2. [Input buttons](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/buttons/) | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's be more specific |
||
| 3. [Format and UI type](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#type) | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we should describe UI elements not API props on these pictures |
||
| 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** | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We should mention all important features as other vendors do
We can mention invalidDateMessage & dateOutOfRangeMessage
|
||
| Set the DateBox [type](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#type) to date, time, or both. You can define the [accepted date range](/Documentation/Guide/UI_Components/DateBox/Getting_Started_with_DateBox/#Set_the_Accepted_Date_Range), specify the initial [value](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#value), or [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. | ||
| 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/') | ||
helen-dikareva marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| - [Demos](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DateBox/Overview/) | ||
Uh oh!
There was an error while loading. Please reload this page.