SP.UI.ModalDialog.showWaitScreenWithNoClose(title, message, height, width) Method
Applies to: SharePoint Foundation 2010
In this article
Return Value
Applies To
Remarks
Displays a wait screen dialog that does not have a Cancel button using the specified parameters.
var value = SP.UI.ModalDialog.showWaitScreenWithNoClose(title, message, height, width);
Parameters
title
Type: String
The title of the wait screen dialog.
message
Type: String
The message that is shown in the wait screen dialog.
height
Type: int
The height of the wait screen dialog.
width
Type: int
The width of the wait screen dialog.
Return Value
Type: SP.UI.ModalDialog
A modal dialog with the specified parameters.
Applies To
Remarks
This method opens a wait screen dialog that cannot be closed manually.