DeveloperGuidelines DeveloperGuidelinesTips
StatusBar
See the ajaxS3 demo to get an idea. It is located in the S3.js
To use it call:
showStatus(message, timeout, additive, isError)
Where
- message - string - message to display
- timeout - integer - milliseconds to change the statusbar style - flash effect (1000 works OK)
- additive - boolean - default 'false' - to accumulate messages stacked in the bar which will have growing number of lines if 'true'
- isError - boolean - default 'false' - show in the statusbarerror class if set 'true'
To remove the status bar, call the
hideStatus()
Last modified
15 years ago
Last modified on 05/25/10 11:49:57
Note:
See TracWiki
for help on using the wiki.