API Docs for: 0.0.8-0
Show:

PopupBaseSettings Class

A class holding properties of the popup.

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

openHandler

Function

The function to execute when the popup opens.

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

timeout

Number

The delay before closing the popup; used with "hoverIntent" event type.

Default: 0

useAria

Boolean

Indicates whether to apply aria-* attributes to DOM nodes.

Default: true