Class Index | File Index

Classes


Class RXBuild.UI.Status

The RXBuild.UI.Status controls an always-on-top div that shows a tasks status
Defined in: ui_status.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
RXBuild.UI.Status(divName, className)
Creates a new instance of RXBuild.UI.Status
Method Summary
Method Attributes Method Name and Description
 
hide()
Hides this status from view
 
show(text, color, autohideTimeout)
Displays the status in the top right
Class Detail
RXBuild.UI.Status(divName, className)
Creates a new instance of RXBuild.UI.Status
Parameters:
{String} divName
The name of the div to use in the end
{String} className
Optional. A CSS class name to apply to the container DIV.
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

Documentation generated by JsDoc Toolkit 2.0.2 on Mon May 02 2016 20:27:57 GMT+0200 (CEST)