Class Index | File Index

Classes


Class SweetDevRia.WaitingMessage

Waiting Message Component
Defined in: WaitingMessage.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
SweetDevRia.WaitingMessage(id, message, css, modal)
Method Summary
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

Documentation generated by JsDoc Toolkit 2.0.0 on Thu Dec 02 2010 15:18:57 GMT+0100 (CET)