wiki:StatusBar

Version 2 (modified by Serge Sunneach, 14 years ago) ( diff )

the broken link to lp corrected

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

  1. message - string - message to display
  2. timeout - integer - milliseconds to change the statusbar style - flash effect (1000 works OK)
  3. additive - boolean - default 'false' - to accumulate messages stacked in the bar which will have growing number of lines if 'true'
  4. isError - boolean - default 'false' - show in the statusbarerror class if set 'true'

To remove the status bar, call the

hideStatus()
Note: See TracWiki for help on using the wiki.