Interface IModalWindowDefinition
Package: ui-framework
Properties
closeOnOutsideClick
Declaration
closeOnOutsideClick?: boolean
Property Value
| Type | Description |
|---|---|
| boolean |
content
Plain text content
Declaration
content: string
Property Value
| Type | Description |
|---|---|
| string | Plain text content |
externalContent
Declaration
externalContent: Object
Property Value
| Type | Description |
|---|---|
| Object |
header
Header text
Declaration
header: string
Property Value
| Type | Description |
|---|---|
| string | Header text |
htmlContent
HTML content, for example, iframe
Declaration
htmlContent: string
Property Value
| Type | Description |
|---|---|
| string | HTML content, for example, iframe |
name
Name of modal window for calling main.showModal(%name%)
Declaration
name: string
Property Value
| Type | Description |
|---|---|
| string | Name of modal window for calling |
onOpening
Function or array of Functions, that will be executing when the modal window is opened
Declaration
onOpening?: Function[] | Function
Property Value
| Type | Description |
|---|---|
| Function[] | Function | Function or array of Functions, that will be executing when the modal window is opened |
onSubmit
Function or array of Functions, that will be executed when the OK button is clicked
Declaration
onSubmit?: Function[] | Function
Property Value
| Type | Description |
|---|---|
| Function[] | Function | Function or array of Functions, that will be executed when the OK button is clicked |
showOkButton
Declaration
showOkButton?: boolean
Property Value
| Type | Description |
|---|---|
| boolean |
showOnStartup
Declaration
showOnStartup: boolean
Property Value
| Type | Description |
|---|---|
| boolean |
styles
Window styles: width and height
Declaration
styles: [key: string]: string
Property Value
| Type | Description |
|---|---|
| [key: string]: string | Window styles: |
widget
Name of widget, html, for example, to display it's DOM there
Declaration
widget: string
Property Value
| Type | Description |
|---|---|
| string | Name of widget, |