Constructor
new OO.ui.mixin.PopupElement([config])abstract
#
PopupElement is mixed into other classes to generate a popup widget
.
A popup is a container for content. It is overlaid and positioned absolutely. By default, each
popup has an anchor, which is an arrow-like protrusion that points toward the popup’s origin.
See PopupWidget
for an example.
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
config |
Object |
optional |
Configuration options Properties:
|
- Source:
PopupElement is mixed into other classes to generate a
popup widget
.
Methods
getPopup() → {OO.ui.PopupWidget}
#
Get popup.