| Current File : //opt/RZphp5/includes/doc/HTML_Progress2/docs/TDG/ch18.html |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>
Chapter 18. HTML_Progress2_Lite
</title>
<link rel="stylesheet" href="book.css" type="text/css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1" />
<link rel="start" href="index.html" title="HTML_Progress2 Manual" />
<link rel="up" href="pt04.html" title=
"Part IV. Reference Guide" />
<link rel="prev" href="ch17s02.html" title=
"Additional Events informations " />
<link rel="next" href="ch18s02.html" title=
"Quick-Cards Atttributes Reference " />
<style type="text/css">
/*<![CDATA[*/
body {
background-color: white;
color: black;
}
:link { color: #0000FF }
:visited { color: #840084 }
:active { color: #0000FF }
h2.c2 {clear: both}
p.c1 {font-weight: bold}
/*]]>*/
</style>
</head>
<body>
<table class="progress2Header">
<tr>
<td>
<img src="img/pear_progress2.gif" align="left" alt=
"PEAR Progress2 logo" />
<h1>
HTML_Progress2 : The Definitive Guide
</h1>
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center">
Chapter 18. HTML_Progress2_Lite
</th>
</tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="ch17s02.html">Prev</a>
</td>
<th width="60%" align="center">
Part IV. Reference Guide
</th>
<td width="20%" align="right">
<a accesskey="n" href="ch18s02.html">Next</a>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<div class="chapter" lang="en" xml:lang="en">
<div class="titlepage">
<h2 class="title">
<a name="reference.progress2lite" id=
"reference.progress2lite"></a>Chapter 18. HTML_Progress2_Lite
</h2>
</div>
<div class="toc">
<p class="c1">
Table of Contents
</p>
<dl>
<dt>
<span class="sect1"><a href="ch18.html#id4804958">Quick API
Reference</a></span>
</dt>
<dt>
<span class="sect1"><a href="ch18s02.html">Quick-Cards Atttributes
Reference</a></span>
</dt>
</dl>
</div>
<p>
This chapter describes every API in the HTML_Progress2_Lite class and
provides quick-cards attribute lists reference.
</p>
<div class="sect1" lang="en" xml:lang="en">
<div class="titlepage">
<h2 class="title c2">
<a name="id4804958" id="id4804958"></a>Quick API Reference
</h2>
</div>
<div class="variablelist">
<dl>
<dt>
<span class="term">setDirection()</span>
</dt>
<dd>
<p>
Defines the progress bar fill way and shape. Default:
horizontal bar filled from left to right.
</p>
<p>
horizontal bar
</p>
<div class="itemizedlist">
<ul type="disc">
<li>from left to right (= right)
</li>
<li>from right to left (= left)
</li>
</ul>
</div>
<p>
vertical bar
</p>
<div class="itemizedlist">
<ul type="disc">
<li>from down to up (= up)
</li>
<li>from up to down (= down)
</li>
</ul>
</div>
</dd>
</dl>
</div>
<div class="variablelist">
<dl>
<dt>
<span class="term">addLabel()</span>
</dt>
<dd>
<p>
add a new label to the progress bar
</p>
</dd>
</dl>
</div>
<div class="variablelist">
<dl>
<dt>
<span class="term">removeLabel()</span>
</dt>
<dd>
<p>
remove an existing label to the progress bar
</p>
</dd>
</dl>
</div>
<div class="variablelist">
<dl>
<dt>
<span class="term">addButton()</span>
</dt>
<dd>
<p>
add a new button to the progress bar
</p>
</dd>
</dl>
</div>
<div class="variablelist">
<dl>
<dt>
<span class="term">removeButton()</span>
</dt>
<dd>
<p>
remove an existing button to the progress bar
</p>
</dd>
</dl>
</div>
<div class="variablelist">
<dl>
<dt>
<span class="term">setFrameAttributes()</span>
</dt>
<dd>
<p>
build a frame around the progress bar
</p>
</dd>
</dl>
</div>
<div class="variablelist">
<dl>
<dt>
<span class="term">setLabelAttributes()</span>
</dt>
<dd>
<p>
defines style of a progress bar label.
</p>
</dd>
</dl>
</div>
<div class="variablelist">
<dl>
<dt>
<span class="term">moveNext(), moveStep()</span>
</dt>
<dd>
<p>
changes the value of the progress bar and refresh display
</p>
</dd>
</dl>
</div>
<div class="variablelist">
<dl>
<dt>
<span class="term">moveMin()</span>
</dt>
<dd>
<p>
restart at beginning of a progress bar
</p>
</dd>
</dl>
</div>
<div class="variablelist">
<dl>
<dt>
<span class="term">display()</span>
</dt>
<dd>
<p>
send progress bar renders to browser
</p>
</dd>
</dl>
</div>
<div class="variablelist">
<dl>
<dt>
<span class="term">hide()</span>
</dt>
<dd>
<p>
hide the progress bar on display
</p>
</dd>
</dl>
</div>
<div class="variablelist">
<dl>
<dt>
<span class="term">show()</span>
</dt>
<dd>
<p>
show a progress bar already hidden on display
</p>
</dd>
</dl>
</div>
</div>
</div>
<table class="progress2Footer">
<tr>
<td align="left">
HTML_Progress2 : The Definitive Guide
</td>
<td align="right">
v 2.4.0 : April 20, 2007
</td>
</tr>
</table>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="ch17s02.html">Prev</a>
</td>
<td width="20%" align="center">
<a accesskey="u" href="pt04.html">Up</a>
</td>
<td width="40%" align="right">
<a accesskey="n" href="ch18s02.html">Next</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">
Additional Events informations
</td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>
<td width="40%" align="right" valign="top">
Quick-Cards Atttributes Reference
</td>
</tr>
</table>
</div>
</body>
</html>