WebStatusWinclass | webui.t[2575] |
Superclass Tree | Subclass Tree | Global Objects | Property Summary | Method Summary | Property Details | Method Details |
Status line window
class
WebStatusWin : WebWindow
Superclass Tree (in declaration order)
WebStatusWin
WebWindow
WebResourceResFile
WebResource
object
Subclass Tree
Global Objects
Summary of Properties
Inherited from WebWindow
:
name
pathName
sthCtx
Inherited from WebResourceResFile
:
binaryExts
browserExtToMime
Inherited from WebResource
:
group
priority
Summary of Methods
clearWindow
flushWin
getState
resize
setStatus
setStatusText
write
Inherited from WebWindow
:
processName
sendWinEvent
sendWinEventTo
winFromPath
Inherited from WebResourceResFile
:
isTextFile
matchRequest
processRequest
Inherited from WebResource
:
sendAck
sendXML
Properties
deltas_ | webui.t[2684] |
do we have any deltas since the last flush?
src OVERRIDDEN | webui.t[2578] |
no description available
txt_ | webui.t[2687] |
the current status message
vpath OVERRIDDEN | webui.t[2577] |
my request path and actual resource path
Methods
clearWindow ( ) OVERRIDDEN | webui.t[2644] |
clear the window
flushWin ( ) OVERRIDDEN | webui.t[2650] |
flush pending text to the window
getState (client) OVERRIDDEN | webui.t[2678] |
get the current state to send to the browser
resize ( ) | webui.t[2675] |
Refigure the window size. The status line is generally set up to be automatically sized to its contents, which requires that we tell the UI when it's time to recalculate the layout to reflect the current contents after a change.
setStatus (room, score?, turns?) | webui.t[2589] |
Set the room and score/turns portions of the status line. This sets the left side of the status line to the 'room' text (which can contain HTML markups), and the right side to the the score/turns values, if present. If the turn counter is omitted but the score value is present, we'll just show the score value; otherwise we'll format these as "score/turns". If no score value is present, we'll leave the right side blank.
setStatusText (msg) | webui.t[2620] |
Set the text of the status line. This sets the entire status window to the given HTML text, without any additional formatting.
write (msg) OVERRIDDEN | webui.t[2634] |
add text to the status line
TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3
Generated on 5/16/2013 from TADS version 3.1.3