cvs: peardoc /en/package/html/html-progress2 intro.xml
[email protected] ("Laurent Laville")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvsfarell1198793404@cvsserver> |
farell Thu Dec 27 22:10:04 2007 UTC
Added files:
/peardoc/en/package/html/html-progress2 intro.xml
Log:
initial commit of intro page for HTML_Progress2 package
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-progress2/intro.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-progress2/intro.xml
+++ peardoc/en/package/html/html-progress2/intro.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-progress2.intro">
<refnamediv>
<refname>Introduction</refname>
<refpurpose>A feature overview</refpurpose>
</refnamediv>
<refsect1 id="package.html.html-progress2.intro.desc">
<title>Description</title>
<para>
<emphasis>HTML_Progress2</emphasis> is designed to display a loading bar in your
XHTML documents during a long process. Progress bar may be synchronous (COMET)
or asynchronous (AJAX).
</para>
</refsect1>
<refsect1 id="package.html.html-progress2.intro.features">
<title>Features</title>
<itemizedlist>
<listitem>
<simpara>
create horizontal, vertival bar and also circle, ellipse and polygons (square, rectangle)
</simpara>
</listitem>
<listitem>
<simpara>
allows usage of existing external StyleSheet and/or JavaScript
</simpara>
</listitem>
<listitem>
<simpara>
all elements (progress, cells, labels) are customizable by their html properties
</simpara>
</listitem>
<listitem>
<simpara>
percent/labels are floating all around the progress meter
</simpara>
</listitem>
<listitem>
<simpara>
compliant with all CSS/XHMTL standards
</simpara>
</listitem>
<listitem>
<simpara>
integration with all template engines is very easy
</simpara>
</listitem>
<listitem>
<simpara>
implements Observer design pattern. It is possible to add Listeners
</simpara>
</listitem>
<listitem>
<simpara>
adds a customizable monitor pattern to display a progress bar.
User-end can abort progress at any time
</simpara>
</listitem>
<listitem>
<simpara>
allows many progress meter on same page without uses of iframe solution
</simpara>
</listitem>
<listitem>
<simpara>
error handling system that support native PEAR_Error, but also PEAR_ErrorStack,
and any other system you might want to plug-in.
</simpara>
</listitem>
</itemizedlist>
</refsect1>
<refsect1 id="package.html.html-progress2.intro.support">
<title>External support resources</title>
<itemizedlist>
<listitem>
<para>
<ulink url="http://www.laurent-laville.org/pear/HTML_Progress2/docs/TDG/en/index.html">
external documentation
</ulink> ( full user guide )
</para>
</listitem>
<listitem>
<para>
<ulink url="http://pear.laurent-laville.org/HTML_Progress2/docs">
Download page
</ulink> to get the full definitive guide. Three formats available :
single HTML page, many HTML pages, Windows HTML help.
</para>
</listitem>
</itemizedlist>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->