You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ca...@apache.org on 2007/03/16 09:02:29 UTC

svn commit: r518883 - /myfaces/tomahawk/trunk/core/src/site/xdoc/selectItems.xml

Author: cagatay
Date: Fri Mar 16 01:02:28 2007
New Revision: 518883

URL: http://svn.apache.org/viewvc?view=rev&rev=518883
Log:
Add version info

Modified:
    myfaces/tomahawk/trunk/core/src/site/xdoc/selectItems.xml

Modified: myfaces/tomahawk/trunk/core/src/site/xdoc/selectItems.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/site/xdoc/selectItems.xml?view=diff&rev=518883&r1=518882&r2=518883
==============================================================================
--- myfaces/tomahawk/trunk/core/src/site/xdoc/selectItems.xml (original)
+++ myfaces/tomahawk/trunk/core/src/site/xdoc/selectItems.xml Fri Mar 16 01:02:28 2007
@@ -27,25 +27,29 @@
         <section name="API">
             
             <table>
+				<tr>
+                    <td colspan="1" rowspan="1">since</td>
+                    <td colspan="1" rowspan="1">1.1.5</td>
+                </tr>
                 <tr>
                     <td colspan="1" rowspan="1">component-family</td>
-		    <td colspan="1" rowspan="1">javax.faces.SelectItems</td>
+					<td colspan="1" rowspan="1">javax.faces.SelectItems</td>
                 </tr>
                 <tr>
                     <td colspan="1" rowspan="1">renderer-type</td>
-		    <td colspan="1" rowspan="1">-</td>
+					<td colspan="1" rowspan="1">-</td>
                 </tr>
                 <tr>
                     <td colspan="1" rowspan="1">component-class</td>
-		    <td colspan="1" rowspan="1">org.apache.myfaces.custom.selectitems.UISelectItems</td>
+					<td colspan="1" rowspan="1">org.apache.myfaces.custom.selectitems.UISelectItems</td>
                 </tr>
                 <tr>
                     <td colspan="1" rowspan="1">renderer-class</td>
-		    <td colspan="1" rowspan="1">-</td>
+					<td colspan="1" rowspan="1">-</td>
                 </tr>
                 <tr>
                     <td colspan="1" rowspan="1">tag-class</td>
-		    <td colspan="1" rowspan="1">org.apache.myfaces.custom.selectitems.SelectItemsTag</td>
+					<td colspan="1" rowspan="1">org.apache.myfaces.custom.selectitems.SelectItemsTag</td>
                 </tr>
             </table>
         </section>