new LayerPopup(options)layerpopup.jsline 52
Class LayerPopup
EXTENDS
- UIController
PARAMETERS
Name Type Description options
LayerPopupOption
popup option
Instance Methods
getTitleElement()layerpopup.jsline 189
get title element
RETURNS:
{HTMLElement
} - title html element
hide()layerpopup.jsline 196
hide popup
isShow()layerpopup.jsline 215
whether this popup is visible
RETURNS:
{boolean
} - true: shown, false: hidden
remove()layerpopup.jsline 222
remove popup content
setContent($content)layerpopup.jsline 169
set popup content
PARAMETERS
Name Type Description $content
jQueryHTMLElementstring
content
setTitle(title)layerpopup.jsline 178
set title
PARAMETERS
Name Type Description title
string
title text
show()layerpopup.jsline 205
show popup