function Progress_Default2() { parent::HTML_Progress_UI(); $this->setProgressAttributes(array('background-color' => '#e0e0e0')); $this->setStringAttributes(array('color' => '#996', 'background-color' => '#CCCC99')); $this->setCellAttributes(array('active-color' => '#996')); }
function Progress_ITDynamic() { parent::HTML_Progress_UI(); $this->setCellCount(20); $this->setProgressAttributes('background-color=#EEE'); $this->setStringAttributes('background-color=#EEE color=navy'); $this->setCellAttributes('inactive-color=#FFF active-color=#444444'); }