SP.UI.ModalDialog.showWaitScreenSize(title, message, callbackFunc, height, width) Method

Applies to: SharePoint Foundation 2010

In this article
Return Value
Applies To
Remarks

Displays a wait screen dialog that has a Cancel button using the specified parameters.

var value = SP.UI.ModalDialog.showWaitScreenSize(title, message, callbackFunc, 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.

callbackFunc

Type: function pointer

The callback function that runs when the wait screen dialog is closed.

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

SP.UI.ModalDialog Class

Remarks

This method displays a wait screen dialog that can be closed manually. The callback function specified by the callbackFunc parameter will run when the modal dialog closes.

See Also

Reference

SP.UI.ModalDialog Methods

SP.UI.ModalDialog Properties

SP.UI Namespace