Suoranta.WebApp.Types Namespace
Suoranta.WebApp - Developer API

WebAppWidgets<(Of <(<'TPageModel>)>)>..::..ModalWindow Method

Add modal Window of height and width, centered in viewport.

Namespace:  Suoranta.WebApp.Kendo
Assembly:  Suoranta.WebApp (in Suoranta.WebApp.dll)

Syntax


public WindowBuilder ModalWindow(
	string name,
	int height,
	int width
)

Parameters

name
Type: String
The name.
height
Type: Int32
width
Type: Int32

Return Value

WindowBuilder for additional configuration.

Remarks


The content is not in an iframe, meaning that its DOM is contained within that of the main document.