SP.Ribbon.PageState.PageStateHandler.popupWaitScreen(title, body) Method

Applies to: SharePoint Foundation 2010

Displays the wait screen modal dialog with the specified title and message.

SP.Ribbon.PageState.PageStateHandler.popupWaitScreen(title, body);

Parameters

title

Type: string

The title for the wait screen modal dialog.

body

Type: string

The message displayed in the wait screen modal dialog.

Remarks

This method displays the wait screen modal dialog with the title specified by the title parameter and the message specified by the body parameter.

Applies To

SP.Ribbon.PageState.PageStateHandler Class

See Also

Reference

SP.Ribbon.PageState.PageStateHandler Events

SP.Ribbon.PageState.PageStateHandler Fields

SP.Ribbon.PageState.PageStateHandler Methods

SP.Ribbon.PageState Namespace