PopupBase Class
src/js/RAMP/Utils/popupManager.js:161
An abstract representation of the popup definition that potentially references many Popup instances. Handle and target properties might use selectors.
Item Index
Properties
Methods
_getActualHandle
-
[selector]
Defined in
src/js/RAMP/Utils/popupManager.js:178
Finds and returns actual DOM nodes of popup handles, one or more. Used selector
Returns:
result An array of one or more jQuery objects that works as popup handles
_spawnPopups
-
[selector]
Defined in
src/js/RAMP/Utils/popupManager.js:198
Finds and returns an array of Popup objects, one or more, identified in the PopupBase.
Returns:
popups An array of one or more }{{/crossLink}} objects
close
-
[selector]
Defined in
src/js/RAMP/Utils/popupManager.js:292
Closes all the popups described by this PopupBase instance.
isOpen
-
[selector]
-
[condition]
Defined in
src/js/RAMP/Utils/popupManager.js:246
Checks if any of the popups described by this PopupBase is closed.
Parameters:
Returns:
result True if any of the described popups are open; false otherwise
open
-
[selector]
Defined in
src/js/RAMP/Utils/popupManager.js:280
Opens all the popups described by this PopupBase instance.
setTargetAttr
-
[visible]
Defined in
src/js/RAMP/Utils/popupManager.js:317
Sets the appropriate aria-* attributes to the popup nodes according to the supplied visible
parameter or with the internal state of the popup.
Parameters:
-
[visible]
Boolean optionalIndicating the internal state of the popup
toggle
-
[selector]
-
[state]
Defined in
src/js/RAMP/Utils/popupManager.js:304
Toggles all the popups described by this PopupBase instance.
Properties
_attr
PopupBaseSettings
private
Defined in
src/js/RAMP/Utils/popupManager.js:168
Properties object of the PopupBase.