Class RXBuild.UI.Status
The RXBuild.UI.Status controls an always-on-top div that shows a tasks status
Defined in: ui_status.js.
Constructor Attributes | Constructor Name and Description |
---|---|
RXBuild.UI.Status(divName, className)
Creates a new instance of RXBuild.UI.Status
|
Method Attributes | Method Name and Description |
---|---|
hide()
Hides this status from view
|
|
show(text, color, autohideTimeout)
Displays the status in the top right
|
Method Detail
hide()
Hides this status from view
show(text, color, autohideTimeout)
Displays the status in the top right
- Parameters:
- {String} text
- The text to display in the body
- {String} color
- An (optional) color to use as the new background color (in format #fffff)
- {Number} autohideTimeout
- The number of milliseconds after which to hide the status object