Source for file ancestor.php
Documentation is available at ancestor.php
@include '../include_path.php';
* Basic Horizontal ProgressBar v0.5 style example.
* See also ProgressMaker usage with pre-set UI model 'Ancestor'.
* @version $Id: ancestor.php,v 1.1 2004/07/05 21:32:09 farell Exp $
* @author Laurent Laville <pear@laurent-laville.org>
require_once 'HTML/Progress.php';
$bar = new HTML_Progress ();
$ui->setStringAttributes ('width=60 font-size=14 align=center');
<title>Ancestor Progress example</title>
<?php echo $bar->getStyle (); ?>
background-color: #444444;
font-family: Verdana, Arial;
a:visited, a:active, a:link {
<script type="text/javascript">
<?php echo $bar->getScript (); ?>
<h1> <?php echo basename(__FILE__ ); ?></h1>
<p><< <a href="../index.html">Back examples TOC</a></p>
Documentation generated on Mon, 11 Mar 2019 13:52:36 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|