Class SweetDevRia.WaitingMessage
Waiting Message Component
Defined in: WaitingMessage.js.
Constructor Attributes | Constructor Name and Description |
---|---|
SweetDevRia.WaitingMessage(id, message, css, modal)
|
Method Attributes | Method Name and Description |
---|---|
<private> |
Create the HTML render of the component
|
hide()
Hide the waiting message
|
|
setMessage(message)
Change the component's message
|
|
show()
Show the waiting message
|
Class Detail
SweetDevRia.WaitingMessage(id, message, css, modal)
- Parameters:
- {String} id
- The id of the component
- {String} message
- The message to display
- {String} css
- A additional css class for this component
- {boolean} modal
- Deprecated
Method Detail
<private>
{HTMLElement}
createMessageDiv()
Create the HTML render of the component
- Returns:
- the HTML render of the element
hide()
Hide the waiting message
setMessage(message)
Change the component's message
- Parameters:
- {String} message
- the new message
show()
Show the waiting message