LayerPopupOption:
object
layerpopup.jsline 52A number, or a string containing a number.
PROPERTIES
Name Type Description 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