logo

/repo|v1.4.10

Class

new LayerPopup(options)layerpopup.jsline 52

Class LayerPopup

EXTENDS
  • UIController
PARAMETERS
NameTypeDescription

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
NameTypeDescription

$content

jQueryHTMLElementstring

content

setTitle(title)layerpopup.jsline 178

set title

PARAMETERS
NameTypeDescription

title

string

title text

show()layerpopup.jsline 205

show popup

Resizable