[richfaces-svn-commits] JBoss Rich Faces SVN: r6137 - trunk/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Feb 18 09:09:11 EST 2008


Author: artdaw
Date: 2008-02-18 09:09:11 -0500 (Mon, 18 Feb 2008)
New Revision: 6137

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/pickList.xml
Log:
http://jira.jboss.com/jira/browse/RF-2174 - Error in XML syntax fixed

Modified: trunk/docs/userguide/en/src/main/docbook/included/pickList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/pickList.xml	2008-02-18 14:08:44 UTC (rev 6136)
+++ trunk/docs/userguide/en/src/main/docbook/included/pickList.xml	2008-02-18 14:09:11 UTC (rev 6137)
@@ -253,11 +253,11 @@
 
                     <!--Controls common API -->
                     <row>
-                        <entry>Hide()</entry>
+                        <entry>hide()</entry>
                         <entry>Hides ordering control</entry>
                     </row>
                     <row>
-                        <entry>Show()</entry>
+                        <entry>show()</entry>
                         <entry>Shows ordering control</entry>
                     </row>
                     <row>
@@ -265,11 +265,11 @@
                         <entry>Checks if current control is shown</entry>
                     </row>
                     <row>
-                        <entry>Enable()</entry>
+                        <entry>enable()</entry>
                         <entry>Enables ordering control</entry>
                     </row>
                     <row>
-                        <entry>Disable()</entry>
+                        <entry>disable()</entry>
                         <entry>Disables ordering control</entry>
                     </row>
                     <row>
@@ -311,7 +311,7 @@
     <section>
         <title>Skin Parameters Redefinition</title>
 
-        <table>
+        <!--table>
             <title>Skin parameters redefinition for a wrapper &lt;div&gt; element of a list</title>
             <tgroup cols="2">
                 <thead>
@@ -321,10 +321,12 @@
                     </row>
                 </thead>
                 <tbody>
-                    
+                    <row>
+                        <entry></entry>
+                    </row>
                 </tbody>
             </tgroup>
-        </table>
+        </table-->
 
         
 




More information about the richfaces-svn-commits mailing list