new DraggableDialog(container, dialogId, dialogTitle, dialogContent, buttonsContent)
可拖放对话框
Parameters:
| Name | Type | Description |
|---|---|---|
container |
Element | 控件容器 |
dialogId |
String | 对话框Id |
dialogTitle |
String | 对话框标题 |
dialogContent |
String | 对话框HTML内容 |
buttonsContent |
String | 按钮区HTML内容 |
Members
-
dialog :DOMElement
-
返回对话框DOM对象
Type:
- DOMElement
Methods
-
showDialog()
-
显示对话框