Source for file rectangleback.php
Documentation is available at rectangleback.php 
@include '../../include_path.php';   
 * Reverse Rectangle Progress example.  
 * @version    $Id: rectangleback.php,v 1.1 2004/04/18 13:25:44 farell Exp $  
 * @author     Laurent Laville <pear@laurent-laville.org>  
require_once 'HTML/Progress.php';   
$bar = new HTML_Progress ();   
$ui->setFillWay ('reverse');   
$ui->setCellAttributes (array (  
        'inactive-color' =>  'orange',  
$ui->setCellCoordinates (15 ,3 );          // Rectangle 15x3  
<title>Reverse Rectangle ProgressBar example</title>  
<?php echo  $bar->getStyle ();  ?>  
    background-color: #FFFFFF;  
    font-family: Verdana, Arial;  
a:visited, a:active, a:link {  
<script type="text/javascript">  
<?php echo  $ui->getScript ();  ?>  
<h1> <?php echo  basename(__FILE__ );  ?></h1>  
    if ($bar->getPercentComplete () == 1 ) {  
        break;    // the progress bar has reached 100% 
<p><< <a href="index.html">Back examples TOC</a></p>  
 
 
        
		    
 
		    Documentation generated on Mon, 11 Mar 2019 10:15:09 -0400 by  phpDocumentor 1.4.4. PEAR Logo Copyright ©  PHP Group 2004.
	        
       |