PopupSettings
Defines the settings for the Popup when you open it through PopupService
(see example).
Name | Type | Default | Description |
---|---|---|---|
anchor? |
|
Sets the element to use as an anchor. The Popup opens next to this element. | |
anchorAlign? |
|
Sets the anchor pivot point (see example). | |
animate? |
|
Controls the Popup animation. By default, the open and close animations are enabled (see example). | |
appendTo? |
|
Sets the container to which the Popup appends. | |
collision? |
|
Sets the collision behavior of the Popup (see example). | |
content? |
|
Sets the content of the Popup. | |
margin? |
|
Sets the margin value in pixels. Adds blank space between the Popup and the anchor. | |
offset? |
|
Sets the absolute position of the element (see example).
The Popup opens next to this point. The pivot point of the Popup is defined by the | |
popupAlign? |
|
Sets the pivot point of the Popup (see example). | |
popupClass? |
|
Sets a list of CSS classes to add to the internal animated element (see example).
| |
positionMode? |
|
Sets the position mode of the component. By default, the Popup uses fixed positioning. To use absolute positioning, set this option to To support mobile browsers with the zoom option, use the |