src/ui/dialog/smart-dialog-outlet.component.ts
An outlet where SmartDialogcomponents can be rendered by the SmartDialogService.
| selector | smart-dialog-outlet |
| styles |
::ng-deep .k-dialog-wrapper {
z-index: 100000 !important;
}
|
| template | |
Properties |
Methods |
constructor(dialogService: SmartDialogService)
|
||||||
|
Parameters :
|
| closeDialog |
closeDialog()
|
|
Closes the current dialog, if any.
Returns :
void
|
| openDialog | ||||||
openDialog(config: SmartDialogConfig)
|
||||||
|
Renders a new SmartDialogComponent and displays it as a modal dialog. param config
Parameters :
Returns :
Promise<DialogEvent>
|
| dialogComponentInstance |
Type : SmartDialogComponent
|
Decorators :
@ViewChild('dialogComponent', {static: true})
|
::ng-deep .k-dialog-wrapper {
z-index: 100000 !important;
}