DateRangePickerPopupSettings
Represents the settings that can be passed to the Popup inside the DateRangePicker.
Name | Type | Default | Description |
---|---|---|---|
anchor |
|
Specifies the element which will be used as an anchor (see example). The Popup opens next to that element. | |
anchorAlign? |
|
Specifies the pivot point of the anchor (see example). | |
animate? |
|
Controls the Popup animation (see example). By default, the opening and closing animations are enabled. | |
appendTo? |
|
Defines the 'id' or 'ref' of the container to which the Popup will be appended. Defaults to | |
className? |
|
Specifies a list of CSS classes that will be added to the Popup element. | |
collision? |
|
Configures the collision behavior of the Popup (see example). | |
direction? |
|
Specifies the direction of the Expand Animation. Defaults to | |
id? |
|
Specifies the id that will be added to the Popup element. | |
offset? |
|
Specifies the absolute position of the element (see example). The Popup opens next to that point. The pivot point of the Popup is defined by the | |
onClose? |
|
Fires after the Popup is closed. | |
onOpen? |
|
Fires after the Popup is opened and the opening animation ends. | |
popupAlign? |
|
Specifies the pivot point of the Popup (see example). | |
popupClass? |
|
Specifies a list of CSS classes that will be added to the internal animated element (see example). | |
style? |
|
Represents the styles that are applied to the Popup. |