SP.UI.Status.setStatusPriColor(sid, strColor) Method

Applies to: SharePoint Foundation 2010

Sets the priority color of the specified status message.

SP.UI.Status.setStatusPriColor(sid, strColor);

Parameters

sid

The ID of the status message.

strColor

The color to set for the status message. The following table lists the values and their priority.

Value

Priority

Red

Very Important

Yellow

Important

Green

Success

Blue

Information

Applies To

SP.UI.Status Class

See Also

Reference

SP.UI.Status Methods

SP.UI Namespace