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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Feb 15 09:46:20 EST 2008


Author: cluts
Date: 2008-02-15 09:46:20 -0500 (Fri, 15 Feb 2008)
New Revision: 6117

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/comboBox.desc.xml
   trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml
   trunk/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml
   trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
Log:
http://jira.jboss.com/jira/browse/RF-2158 - done for comdoBox, updated for scrollableDataTable, listShuttle, inputNumberSlider

Modified: trunk/docs/userguide/en/src/main/docbook/included/comboBox.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/comboBox.desc.xml	2008-02-15 14:45:06 UTC (rev 6116)
+++ trunk/docs/userguide/en/src/main/docbook/included/comboBox.desc.xml	2008-02-15 14:46:20 UTC (rev 6117)
@@ -11,7 +11,7 @@
             <property>&lt;rich:comboBox&gt;</property>
         </emphasis> is a component, that provides editable combo box element on  the page.</para>
         <figure>
-            <title>&lt;rich:comboBox&gt; component</title>
+            <title><emphasis role="bold"><property>&lt;rich:comboBox&gt;</property></emphasis> component</title>
             <mediaobject> 
                 <imageobject>
                     <imagedata fileref="images/comboBox.png"/>

Modified: trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml	2008-02-15 14:45:06 UTC (rev 6116)
+++ trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml	2008-02-15 14:46:20 UTC (rev 6117)
@@ -547,7 +547,7 @@
         <para>This is a result:</para>
         
         <figure>
-            <title>Redefinition styles with own classes and styleClass attributes</title>
+            <title>Redefinition styles with own classes and <emphasis><property>styleClass</property></emphasis> attributes</title>
             <mediaobject>
                 <imageobject>
                     <imagedata fileref="images/comboboxStyle.png"/>

Modified: trunk/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml	2008-02-15 14:45:06 UTC (rev 6116)
+++ trunk/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml	2008-02-15 14:46:20 UTC (rev 6117)
@@ -110,7 +110,7 @@
     <programlisting role="XML"><![CDATA[<rich:inputNumberSlider minValue="1"  maxValue="100" showInput="false"/>]]></programlisting>
     <para>It looks at page like:</para>
     <figure>
-      <title>&lt;rich:inputNumberSlider&gt; without input field</title>
+      <title><emphasis role="bold"><property>&lt;rich:inputNumberSlider&gt;</property></emphasis> without input field</title>
       <mediaobject>
         <imageobject>
           <imagedata fileref="images/slider3.png"/>

Modified: trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml	2008-02-15 14:45:06 UTC (rev 6116)
+++ trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml	2008-02-15 14:46:20 UTC (rev 6117)
@@ -188,7 +188,7 @@
 ...]]></programlisting>
     <para>This is a result:</para>
     <figure>
-      <title>The <emphasis>&quot;selection&quot;</emphasis> attribute usage</title>
+      <title>The <emphasis><property>&quot;selection&quot;</property></emphasis> attribute usage</title>
       <mediaobject>
         <imageobject>
           <imagedata fileref="images/scrollableDataTable.png"/>
@@ -227,7 +227,7 @@
         <tbody>
           
           <row>
-            <entry>Collapse(columnId)</entry>
+            <entry>collapse(columnId)</entry>
             
             <entry>Performs a collapse action for column with corresponding Id</entry>
           </row>




More information about the richfaces-svn-commits mailing list