hideMessage()

The hideMessage() function (client-side) removes a user interface message that was previously displayed with the showMessage() function. This function is useful when a user resolves an error, dismisses a notification, or when temporary feedback is no longer relevant and should be removed from the product interface.

Syntax

Use this syntax for the hideMessage() function:

            hideMessage(); 

          

Return Value

The hideMessage() function returns undefined.

Parameters

The hideMessage() function doesn't require any parameters.

Related Topics

General Notices