PopupProps
Represents the props of the KendoVue Popup component.
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 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 | |
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). | |
show? |
| Controls the Popup visibility (see example). Defaults to | |
style? |
| Represents the styles that are applied to the Popup. | |
transition? |
| Specifies the direction of the Expand Animation. Defaults to |
Methods
onClose | ||||||
---|---|---|---|---|---|---|
Fires after the Popup is closed. | ||||||
|
onOpen | ||||||
---|---|---|---|---|---|---|
Fires after the Popup is opened and the opening animation ends. | ||||||
|