cvs: peardoc /en/package/html/html-quickform-advmultiselect intro.xml
[email protected] ("Laurent Laville")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvsfarell1198792340@cvsserver> |
farell Thu Dec 27 21:52:20 2007 UTC
Added files:
/peardoc/en/package/html/html-quickform-advmultiselect intro.xml
Log:
initial commit of intro page for HTML_QuickForm_advmultiselect package
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-quickform-advmultiselect/intro.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-quickform-advmultiselect/intro.xml
+++ peardoc/en/package/html/html-quickform-advmultiselect/intro.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-quickform-advmultiselect.intro">
<refnamediv>
<refname>Introduction</refname>
<refpurpose>A feature overview</refpurpose>
</refnamediv>
<refsect1 id="package.html.html-quickform-advmultiselect.intro.desc">
<title>Description</title>
<para>
<emphasis>HTML_QuickForm_advmultiselect</emphasis> (qfams) is designed as
custom QuickForm element to emulates via two select boxes a select box
that allows selecting of multiple options.
</para>
</refsect1>
<refsect1 id="package.html.html-quickform-advmultiselect.intro.features">
<title>Features</title>
<itemizedlist>
<listitem>
<simpara>
ability to double click on either select box to move elements from one side to the other
</simpara>
</listitem>
<listitem>
<simpara>
added headers to the select boxes
</simpara>
</listitem>
<listitem>
<simpara>
ability to change layout easily, using CSS classes and a mini template
</simpara>
</listitem>
<listitem>
<simpara>
allows to change item size shown of each multiple select box
</simpara>
</listitem>
<listitem>
<simpara>
JavaScript functions can be renamed to avoid conflict with others scripts on the same page
</simpara>
</listitem>
<listitem>
<simpara>
ability to manage one single list with checkboxes to solve problem if javascript is unavailable
</simpara>
</listitem>
<listitem>
<simpara>
ability to sort lists (by programming, or user-end handling)
</simpara>
</listitem>
<listitem>
<simpara>
display live counter (selected/unselected items count)
Available since version 1.3.0
</simpara>
</listitem>
</itemizedlist>
</refsect1>
<refsect1 id="package.html.html-quickform-advmultiselect.intro.support">
<title>External support resources</title>
<itemizedlist>
<listitem>
<para>
<ulink url="http://www.laurent-laville.org/pear/HTML_QuickForm_advmultiselect/docs/TDG/en/index.html">
external documentation
</ulink> ( full user guide in english )
</para>
</listitem>
<listitem>
<para>
<ulink url="http://www.laurent-laville.org/pear/HTML_QuickForm_advmultiselect/docs/TDG/fr/index.html">
external documentation
</ulink> ( full user guide in french )
</para>
</listitem>
<listitem>
<para>
<ulink url="http://pear.laurent-laville.org/HTML_QuickForm_advmultiselect/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
-->