logo

/repo|v1.4.10

Typedef

LayerPopupOption:

object

layerpopup.jsline 52

A number, or a string containing a number.

PROPERTIES
NameTypeDescription

openerCssQuery

[ Array ]

Css Query list to bind clickevent that open popup

closerCssQuery

[ Array ]

Css Query list to bind clickevent that close popup

$el

jQuery

popup root element

content

[ jQuerystring ]

popup content that html string or jQuery element

textContent

[ string ]

popup text content

title

string

popup title

header

[ boolean ]

whether to draw header

$target

[ jQuery ]

element to append popup

modal

boolean

true: modal, false: modeless

headerButtons

[ string ]

replace header(close) button

Resizable