PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_Progress2

How to include a loading bar in your XHTML documents quickly and easily.

This package is unmaintained.

Download latest release 2.4.2 (archived versions might be outdated)

License: BSD

Description

This package provides a way to add a loading bar fully customizable in existing XHTML documents.
Your browser should accept DHTML feature.

Features:
- create horizontal, vertival bar and also circle, ellipse and polygons (square, rectangle).
- allows usage of existing external StyleSheet and/or JavaScript.
- all elements (progress, cells, labels) are customizable by their html properties.
- percent/labels are floating all around the progress meter.
- compliant with all CSS/XHMTL standards.
- integration with all template engines is very easy.
- implements Observer design pattern. It is possible to add Listeners.
- adds a customizable monitor pattern to display a progress bar.
User-end can abort progress at any time.
- allows many progress meter on same page without uses of iframe solution.
- error handling system that support native PEAR_Error, but also PEAR_ErrorStack, and
any other system you might want to plug-in.
- PHP 5 ready.

Documentation

Manual

Maintainers

Dependencies

Required

Optional

Releases

Bugs

IDStatusTypeVersionDateSummary
#3985ClosedReq2005-03-28Feature: AJAX progress bar
#4885ClosedBug2005-07-22$progressbar->setMaximum(300) don't reach the value.
#7437ClosedBug2.0.02006-04-20wrong text in Doc
#7800No FeedbackReq2.0.12006-06-02Progress as a listener to Event_Dispatcher
#8265ClosedBug2.0.12006-07-22HTML_Page2 requierd
#8684ClosedBug2.1.02006-09-13Problem with generated JavaScript.
#10879ClosedDoc2.3.0RC12007-04-28Problem with HTML_Progress2::setCellCount()
#12532ClosedReq2.3.02007-11-26Add addional info to apc5 "info"
#13664ClosedBug2.3.02008-04-13setLabelAttributes does not work
#17728ClosedBugSVN2010-08-17Patch: using pcre functions to avoid deprecation warnings
#19005ClosedBugSVN2011-11-14remove error_reporting (for PEAR QA team)