PopupBaseSettings Class
A class holding properties of the popup.
Item Index
Properties
activeClass
String
The CSS class to be applied to the hadnle of the popup when the popup opens.
Default: null
closeHandler
Function
The function to execute when the popup closes. If the function is not supplied, openHandler
is used instead.
Default: null
handle
JQuery
The initially supplied handle to the PopupManager; a JQuery to listen to events on.
Default: null
handleSelector
String
The initially supplied handle selector to be used in conjunction with handle when listening to events. Useful if the real handle doesn't exist yet.
Default: null
setClassBefore
String
Indicates whether activeClass should be applied before openHandler function completes or after.
Default: null
target
JQuery
The initially supplied target node of the popup.
Default: null
targetSelector
String
The initially supplied target selector to be used in conjunction with target. Useful when the target of the popup doesn't exist yet.
Default: null