cvs: peardoc /en/package/html html-quickform-advmultiselect.xml
[email protected] ("Laurent Laville")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvsfarell1232718847@cvsserver> |
farell Fri Jan 23 13:54:07 2009 UTC
Modified files:
/peardoc/en/package/html html-quickform-advmultiselect.xml
Log:
add a quick list of features in section "Why use HTML_QuickForm_advmultiselect"
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-quickform-advmultiselect.xml?r1=1.13&r2=1.14&diff_format=u
Index: peardoc/en/package/html/html-quickform-advmultiselect.xml
diff -u peardoc/en/package/html/html-quickform-advmultiselect.xml:1.13 peardoc/en/package/html/html-quickform-advmultiselect.xml:1.14
--- peardoc/en/package/html/html-quickform-advmultiselect.xml:1.13 Fri Jan 23 13:35:06 2009
+++ peardoc/en/package/html/html-quickform-advmultiselect.xml Fri Jan 23 13:54:06 2009
@@ -22,6 +22,29 @@
the appropriate modifier key (ctrl on windows) in order to do so.
It is not a problem for end-user experts, but it is not true for all of us.
</para>
+ <para>
+ A quick list of great features
+ <itemizedlist>
+ <listitem>
+ <simpara>ability to double click on either select box to move elements from one side to the other.</simpara>
+ </listitem>
+ <listitem>
+ <simpara>add 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>
+ </itemizedlist>
+ </para>
</section>
<section xml:id="package.html.html-quickform-advmultiselect.summary.features">