SP.UI.Status.appendStatus(sid, strTitle, strHtml) Method

Applies to: SharePoint Foundation 2010

Appends text on an existing status message.

var value = SP.UI.Status.appendStatus(sid, strTitle, strHtml);

Parameters

sid

The ID of the status message.

strTitle

The title of the status message.

strHtml

The contents of the status message.

Return Value

Type: String – The ID of the status message.

Applies To

SP.UI.Status Class

See Also

Reference

SP.UI.Status Methods

SP.UI Namespace