You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ha...@apache.org on 2008/06/15 01:55:54 UTC

svn commit: r667898 - /myfaces/tomahawk/trunk/core/src/site/xdoc/selectManyPicklist.xml

Author: hazems
Date: Sat Jun 14 16:55:54 2008
New Revision: 667898

URL: http://svn.apache.org/viewvc?rev=667898&view=rev
Log:
promoting the selectManyPicklist component.

Added:
    myfaces/tomahawk/trunk/core/src/site/xdoc/selectManyPicklist.xml

Added: myfaces/tomahawk/trunk/core/src/site/xdoc/selectManyPicklist.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/site/xdoc/selectManyPicklist.xml?rev=667898&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/core/src/site/xdoc/selectManyPicklist.xml (added)
+++ myfaces/tomahawk/trunk/core/src/site/xdoc/selectManyPicklist.xml Sat Jun 14 16:55:54 2008
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8"?>
+      
+        <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
+      
+    <document>
+
+    <body>
+        <!-- Description -->
+        <section name="Description">
+            
+            <p>
+                A picklist component is a selection component where a set of items 
+                can be selected from a list that contains all the available items to a list
+                that contains the selected items.
+            </p>
+            <p>
+                The component is based on the t:selectManyListbox component, so it contains
+                the same attributes. Soon, more specific attributes will be added.
+            </p>
+        </section>
+        <!-- screen shot -->
+        <section name="Screen Shot">
+            
+            <div><img src="images/selectManyPicklist.jpg" alt="picklist"/></div>           
+        </section>
+        <!-- API -->
+        <section name="API">
+            
+            <table>
+                <tr>
+                    <td colspan="1" rowspan="1">author</td>
+                    <td colspan="1" rowspan="1">Bruno Aranda</td>
+                </tr>
+                <tr>
+                    <td colspan="1" rowspan="1">component-family</td>
+                    <td colspan="1" rowspan="1">javax.faces.SelectMany</td>
+                </tr>
+                <tr>
+                    <td colspan="1" rowspan="1">renderer-type</td>
+                    <td colspan="1" rowspan="1">org.apache.myfaces.PicklistRenderer</td>
+                </tr>
+                <tr>
+                    <td colspan="1" rowspan="1">component-class</td>
+                    <td colspan="1" rowspan="1">org.apache.myfaces.custom.picklist.HtmlSelectManyPicklist</td>
+                </tr>
+                <tr>
+                    <td colspan="1" rowspan="1">renderer-class</td>
+                    <td colspan="1" rowspan="1">rg.apache.myfaces.custom.picklist.HtmlPicklistRenderer</td>
+                </tr>
+                <tr>
+                    <td colspan="1" rowspan="1">tag-class</td>
+                    <td colspan="1" rowspan="1">org.apache.myfaces.custom.picklist.HtmlSelectManyPicklistTag</td>
+                </tr>
+            </table>
+        </section>
+
+        <!-- Usage -->
+        <section name="Usage">
+            
+            <source xml:space="preserve">
+&lt;t:selectManyPicklist [ Standard selectManyListbox attributes ] /&gt;
+            </source>
+        </section>
+        
+        <!-- Syntax -->
+        <section name="Syntax">
+            
+            <blockquote><h3>&lt;t:selectManyPicklist/&gt;</h3>
+                <code>
+                    The component uses the same attributes than the h:selectManyListBox component.
+                </code>
+                <br/>
+            </blockquote>
+        </section>
+        
+        <!-- Instructions -->
+        <section name="Instructions">
+            
+            <p>see picklist.jsf for an example.</p>
+        </section>        
+
+    </body>
+    
+
+</document>