Progress Bar is a PHP class that displays the progress of a server-side task using a bar that is displayed and updated in an HTML page. It features valid XHTML 1.0 strict code that works with any browser, functions to move the progress bar in all directions, functions to hide or unhide the progress bar, and a lot of style variables.
| Tags | Internet Web Dynamic Content CGI Tools/Libraries Software Development Libraries php classes |
|---|---|
| Operating Systems | OS Independent |
| Implementation | PHP |
Recent releases


Changes: This release rewrites the moveStep function to reduce the traffic if a large number of steps is set.


Changes: Progress bar position functions have been rewritten to fix a style bug. The addButton() function has been added to display a label with a button. The setBarColor(), setBarBackground(), setLabelColor(), and setLabelBackground() functions have been added to change the colors at any time.


Changes: The JavaScript code was rewritten using functions for better overview and to reduce traffic. reset and moveNext functions were added to restart the bar or move it to the next step along with a setFrame function for displaying a nice window like a Frame around the progress bar. addLabel, setLabelPosition, setLabelFont, and setLabelValue functions were implemented to display different labels like the step, percentage, or other text.


No changes have been submitted for this release.