General set of functions to programmatically interact with the statusbar.
Methods
-
static hideMessage()
-
Hides the currently visible message.
-
static showMessage(message, stickyopt)
-
Shows a message on the statusbar.
Parameters:
Name Type Attributes Default Description messagestring Message to show.
stickyboolean <optional>
false trueif the message should persist between mode changes.- See:
-
hideMessage to hide a sticky message.
Example
statusbar.showMessage("Hello world!");