ModalError
Opens a modal dialog and shows info about given exception
options:
- title - will replace title
- text
- codeText - will be shown as monospace font
- op: will add an "edit op" button
- opname: will show opname
- exception: will show stacktrace and exception message. etc.
Constructor Summary
Public Constructor | ||
public |
|
Member Summary
Public Members | ||
public |
opDoc: * |
|
public |
opName: string |
Private Members | ||
private |
_dialog: * |
|
private |
_options: * |
Method Summary
Public Methods | ||
public |
close() |
|
public |
getHtml(): * |
Private Methods | ||
private |
_getFileSnippet(url: *, line: *, cb: *) |