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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Sat Dec 22 09:39:18 EST 2007


Author: artdaw
Date: 2007-12-22 09:39:17 -0500 (Sat, 22 Dec 2007)
New Revision: 4984

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/listShuttle.desc.xml
   trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml
   trunk/docs/userguide/en/src/main/docbook/included/orderingList.desc.xml
   trunk/docs/userguide/en/src/main/docbook/included/orderingList.xml
Log:
http://jira.jboss.com/jira/browse/RF-1770 - add images to the guide with <mediaobject>...</mediaobject> element inside the <figure>...</figure> element

Modified: trunk/docs/userguide/en/src/main/docbook/included/listShuttle.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/listShuttle.desc.xml	2007-12-22 14:38:18 UTC (rev 4983)
+++ trunk/docs/userguide/en/src/main/docbook/included/listShuttle.desc.xml	2007-12-22 14:39:17 UTC (rev 4984)
@@ -10,12 +10,16 @@
         <para>The <emphasis role="bold">
             <property>&lt;rich:listShuttle&gt;</property>
         </emphasis> component is used for moving chosen items
-            from one list into another with their optional reordering there.</para>
+        from one list into another with their optional reordering there.</para>
+        <figure>
+            <title>listShuttle component</title>
         <mediaobject>
             <imageobject>
                 <imagedata fileref="images/listShuttle1.png"/>
             </imageobject>
         </mediaobject>
+        </figure>
+        
     </section>
     <section>
         <title>Key Features</title>    

Modified: trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml	2007-12-22 14:38:18 UTC (rev 4983)
+++ trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml	2007-12-22 14:39:17 UTC (rev 4984)
@@ -803,12 +803,12 @@
             
             <mediaobject>
                 <imageobject>
-                    <imagedata fileref="images/listShuttle_classes_s.png" scalefit="1"/>
+                    <imagedata fileref="images/listShuttle_classes_s.png" />
                 </imageobject>
             </mediaobject>
             <mediaobject>
                 <imageobject>
-                    <imagedata fileref="images/listShuttle_classes_t.png" scalefit="1"/>
+                    <imagedata fileref="images/listShuttle_classes_t.png" />
                 </imageobject>
             </mediaobject>
         </figure>

Modified: trunk/docs/userguide/en/src/main/docbook/included/orderingList.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/orderingList.desc.xml	2007-12-22 14:38:18 UTC (rev 4983)
+++ trunk/docs/userguide/en/src/main/docbook/included/orderingList.desc.xml	2007-12-22 14:39:17 UTC (rev 4984)
@@ -10,11 +10,15 @@
      <para>The <emphasis role="bold">
          <property>&lt;rich:orderingList&gt;</property>
      </emphasis> is a component for ordering items in a list.  This component provides possibilities to reorder a list and sort it on the client side.</para>
+     <figure>
+         <title>orderingList component</title>
      <mediaobject> 
          <imageobject>
              <imagedata fileref="images/orderinList1.png"/>
          </imageobject>
      </mediaobject>
+     </figure>
+     
  </section>
 <section>
     <title>Key Features</title>    

Modified: trunk/docs/userguide/en/src/main/docbook/included/orderingList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/orderingList.xml	2007-12-22 14:38:18 UTC (rev 4983)
+++ trunk/docs/userguide/en/src/main/docbook/included/orderingList.xml	2007-12-22 14:39:17 UTC (rev 4984)
@@ -892,9 +892,14 @@
 
             <mediaobject>
                 <imageobject>
-                    <imagedata fileref="images/orderingList_classes.png" scalefit="1"/>
+                    <imagedata fileref="images/orderingList_classes_1.png"/>
                 </imageobject>
             </mediaobject>
+            <mediaobject>
+                <imageobject>
+                    <imagedata fileref="images/orderingList_classes_2.png"/>
+                </imageobject>
+            </mediaobject>
         </figure>
 
         <table>




More information about the richfaces-svn-commits mailing list