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
()
Toggles this Popup.
Properties
activeClass
String
The CSS class to be applied to the hadnle of the popup when the popup opens.
Default: null
handle
JQuery
An actual JQuery of the handle's DOM node.
Default: null
setClassBefore
String
Indicates whether activeClass should be applied before openHandler function completes or after.
Default: null
target
JQuery
An actual JQuery of the targets's DOM node.
Default: null