 |
|
This class is meant to display the progress of a server side task by the means of bar that is displayed and updated in an HTML page.
This class is a fork based on ProgressBar class written originally by Mika Turin.
This version of the class features:
- Rewritten the JavaScript and DHTML code to generate valid XHTML 1.0 strict code
- Added the setDirection() function to move the progress bar in all directions
- Added the hideBar() and unhideBar() functions to hide or unhide the progress bar
- Added the moveMin() and moveNext() functions to restart the bar or move it to the next step
- Added the setFrame() function to display a nice window like Frame around the progress bar
- Added the addLabel(), setLabelPosition, setLabelFont and setLabelValue() functions to display different Labels like step,percent,crossbar or text.
- Added the setBarColor(), setBarBackground() and setLabelColor(), setLabelBackground() functions to change the colors at any time.
- Added the addButton() function to display a label with button
 |
| Project record: |
progressbar |
| Popularity score: |
102.35 |
| Vitality score: |
2.06 |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (81.7%) |
Good (81.7%) |
Sufficient (71.1%) |
Good (82.7%) |
- |
- |
Sufficient (64.4%) |
414 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| Link |
Description |
| HTML_Progress2 |
How to include a loading bar in your XHTML documents quickly and easily |