Popup Class
A concrete instance of popup referencing actual DOM nodes as its handle and target.
Item Index
Methods
Methods
_performAction
(
private
-
action
-
cssAction
-
callback
Performs actions like closing and opening on this Popup.
close
()
Closes this Popup.
open
()
Opens this Popup.
setTargetAttr
(
-
[visible]
Sets the appropriate aria-* attributes to this 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
(
-
[state]
Toggles this Popup.
Parameters:
-
[state]
Boolean optionalIndicates if the popup should be toggled on or off. true - open; false - close;