ModalDialog
Extends:
open a modal dialog
Example:
new ModalDialog(
{
"title":"Title",
"html":"hello world",
});
Constructor Summary
| Public Constructor | ||
| public |
constructor(options: ModalDialogOptions) |
|
Member Summary
| Public Members | ||
| public |
|
|
| Private Members | ||
| private |
|
|
| private |
_eleClose: * |
|
| private |
|
|
| private |
bg: * |
|
| private |
ele: * |
|
| private |
eleContent: * |
|
| private |
log: * |
|
| private |
|
|
Method Summary
| Public Methods | ||
| public |
close() |
|
| public |
getElement(): * |
|
| public |
html(): * |
|
| public |
persistInIdleMode(): * |
|
| public |
show() |
|
| public |
updateHtml(h: string) |
|
| Private Methods | ||
| private |
|
|
| private |
_getCheckboxStates(): * |
|
| private |
_promptSubmit(): * |
|
| private |
|
|
Public Constructors
public constructor(options: ModalDialogOptions) source
Params:
| Name | Type | Attribute | Description |
| options | ModalDialogOptions |