Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ type: dxPopup_Options

<!-- import * from 'api-reference\10 UI Components\dxDropDownEditor\1 Configuration\dropDownOptions.md' -->

[note] DateBox ignores **dropDownOptions** when [pickerType](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#pickerType) is *"native"*.
[note] DateBox ignores **dropDownOptions** when [pickerType](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/pickerType.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#pickerType') is *"native"*.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ The UI component's instance.

---

[note] DateBox does not execute **onClosed** when [pickerType](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#pickerType) is *"native"*.
[note] DateBox does not execute **onClosed** when [pickerType](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/pickerType.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#pickerType') is *"native"*.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ The UI component's instance.

---

[note] DateBox does not execute **onOpened** when [pickerType](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#pickerType) is *"native"*.
[note] DateBox does not execute **onOpened** when [pickerType](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/pickerType.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#pickerType') is *"native"*.
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ The picker type depends on the current platform or web browser.
- The component overrides [DevExtreme localization](/concepts/Common/Localization '/Documentation/Guide/Common/Localization/') settings and formats dates according to the user device locale.
- DateBox raises [onValueChanged](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/onValueChanged.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#onValueChanged') while the user edits the value, not after editing is complete.
- The component does not raise the following events:
- [onClosed](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#onClosed)
- [onOpened](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#onOpened)
- [onClosed](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/onClosed.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#onClosed')
- [onOpened](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/onOpened.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#onOpened')
- The following DateBox methods have no effect:
- [close()](/Documentation/ApiReference/UI_Components/dxDateBox/Methods/#close)
- [open()](/Documentation/ApiReference/UI_Components/dxDateBox/Methods/#open)
- [content()](/Documentation/ApiReference/UI_Components/dxDateBox/Methods/#content) (always returns `null`)
- DateBox ignores the [dropDownOptions](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#dropDownOptions) property.
- [close()](/api-reference/10%20UI%20Components/dxDateBox/3%20Methods/close().md '/Documentation/ApiReference/UI_Components/dxDateBox/Methods/#close')
- [open()](/api-reference/10%20UI%20Components/dxDateBox/3%20Methods/open().md '/Documentation/ApiReference/UI_Components/dxDateBox/Methods/#open')
- [content()](/api-reference/10%20UI%20Components/dxDateBox/3%20Methods/content().md '/Documentation/ApiReference/UI_Components/dxDateBox/Methods/#content') (always returns `null`)
- DateBox ignores the [dropDownOptions](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/dropDownOptions.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#dropDownOptions') property.

[/note]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Closes the drop-down editor.

---

[note] DateBox ignores the **close()** method when [pickerType](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#pickerType) is *"native"*.
[note] DateBox ignores the **close()** method when [pickerType](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/pickerType.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#pickerType') is *"native"*.

#####See Also#####
#include common-link-callmethods
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ An <a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement" target

---

[note] The **content()** method always returns `null` if [pickerType](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#pickerType) is *"native"*.
[note] The **content()** method always returns `null` if [pickerType](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/pickerType.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#pickerType') is *"native"*.

#####See Also#####
#include common-link-callmethods
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Opens the drop-down editor.

---

[note] DateBox ignores the **open()** method when [pickerType](/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#pickerType) is *"native"*.
[note] DateBox ignores the **open()** method when [pickerType](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/pickerType.md '/Documentation/ApiReference/UI_Components/dxDateBox/Configuration/#pickerType') is *"native"*.

#####See Also#####
#include common-link-callmethods
Loading