Messages~Message(text, onHideopt)

a generic message that can be displayed in the Messages box

new Message(text, onHideopt)

Parameters:
Name Type Attributes Description
text string

text of the message

onHide function <optional>

a function that will be called when the hide() method is called

Members

onHide :function

callback function that will be called when the hide() method is called

Methods

hide()

hide the message (and call the onHide callback if there is any)