ModalDialog
Extends:
open a modal dialog
Example:
new ModalDialog(
{
"title":"Title",
"html":"hello world",
});
Constructor Summary
Public Constructor | ||
public |
|
Member Summary
Private Members | ||
private |
_bg: * |
|
private |
|
|
private |
_ele: * |
|
private |
_eleClose: * |
|
private |
|
|
private |
_eleContent: * |
|
private |
_log: * |
|
private |
_options: * |
Method Summary
Public Methods | ||
public |
close() |
|
public |
getElement(): * |
|
public |
html(): * |
|
public |
persistInIdleMode(): * |
|
public |
show() |
|
public |
updateHtml(h: *) |
Private Methods | ||
private |
|
|
private |
|
|
private |
_getCheckboxStates(): * |
|
private |
_promptSubmit(): * |