PopupBaseSettings Class
A class holding properties of the popup.
Item Index
Properties
activeClass
String
The CSS class to be applied to the handle of the popup when the popup opens.
Default: random guid
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
resetFocusOnClose
Boolean
Indicates whether focus should be reset to the handle of the popup when the popup is closed by the internal close button if present.
Default: false
reverseEvent
String
The name of the event or events separated by a comma to trigger the closing of the popup.
Default: null
setClassBefore
String
Indicates whether activeClass should be applied before openHandler function completes or after.
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