构造器
new PopupMenu(stage, html)
参数:
Name | Type | Description |
---|---|---|
stage |
State | |
html |
String |
方法
hide()
隐藏
setHtml(html)
设置菜单内容
参数:
Name | Type | Description |
---|---|---|
html |
String |
showAt(x, y)
在x,y出显示
参数:
Name | Type | Description |
---|---|---|
x |
Number | |
y |
Number |