Source for file progressModels.php
Documentation is available at progressModels.php
require_once ('HTML/Progress/UI.php');
* These models are used with Progress Monitor examples v1.1
* @version $Id: progressModels.php,v 1.1 2004/02/10 12:03:49 farell Exp $
* @author Laurent Laville <pear@laurent-laville.org>
class Progress_ITDynamic extends HTML_Progress_UI
function Progress_ITDynamic ()
parent ::HTML_Progress_UI ();
$this->setProgressAttributes ('background-color=#EEE');
$this->setStringAttributes ('background-color=#EEE color=navy');
$this->setCellAttributes ('inactive-color=#FFF active-color=#444444');
class Progress_ITDynamic2 extends HTML_Progress_UI
function Progress_ITDynamic2 ()
parent ::HTML_Progress_UI ();
$this->setProgressAttributes ('background-color=#e0e0e0');
$this->setStringAttributes ('background-color=lightblue color=red');
Documentation generated on Mon, 11 Mar 2019 10:15:09 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|