File

src/ui/dialog/smart-dialog-outlet.component.ts

Description

An outlet where SmartDialogcomponents can be rendered by the SmartDialogService.

Metadata

selector smart-dialog-outlet
styles ::ng-deep .k-dialog-wrapper { z-index: 100000 !important; }
template
<smart-dialog #dialogComponent smart-template=" "></smart-dialog><div kendoDialogContainer></div><div kendoWindowContainer></div>

Index

Properties
Methods

Constructor

constructor(dialogService: SmartDialogService)
Parameters :
Name Type Optional
dialogService SmartDialogService No

Methods

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 :
Name Type Optional
config SmartDialogConfig No

Properties

dialogComponentInstance
Type : SmartDialogComponent
Decorators :
@ViewChild('dialogComponent', {static: true})

			::ng-deep .k-dialog-wrapper {
				z-index: 100000 !important;
			}
		
Legend
Html element
Component
Html element with directive

result-matching ""

    No results matching ""