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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Jan 24 08:52:33 EST 2008


Author: cluts
Date: 2008-01-24 08:52:32 -0500 (Thu, 24 Jan 2008)
New Revision: 5585

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml
Log:
http://jira.jboss.com/jira/browse/RF-1052 - correct for inputnumberSlider

Modified: trunk/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml	2008-01-24 13:51:49 UTC (rev 5584)
+++ trunk/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml	2008-01-24 13:52:32 UTC (rev 5585)
@@ -168,7 +168,7 @@
   <section>   
     <title>Skin Parameters Redefinition</title>
     
-    <table>
+    <table id="tab_cn">
       <title>Skin parameters redefinition for a bar</title>
       <tgroup cols="2">
         <thead>
@@ -308,7 +308,7 @@
       </mediaobject>
     </figure>
     
-    <table id="tab_cn">
+    <table>
       <title>Classes names that define a component appearance</title>
       <tgroup cols="2">
         <thead>
@@ -356,7 +356,7 @@
     <para>In order to redefine styles for all <emphasis role="bold">
       <property>&lt;rich:inputNumberSlider&gt;</property>
     </emphasis> components on a page using CSS, it&apos;s enough to create classes with the
-      same names (possible classes could be found in the table <ulink linkend="tab_cn">above</ulink>) and define necessary properties in them. An example is placed below:</para>
+      same names (possible classes could be found in the table <link linkend="tab_cn">above</link>) and define necessary properties in them. An example is placed below:</para>
   
     <para>
       <emphasis role="bold">Example:</emphasis>
@@ -393,7 +393,7 @@
     font-style: italic;
 }
 ...]]></programlisting>  
-    <para>The <emphasis>&quot;inputClass&quot;</emphasis> attribute for <emphasis role="bold"
+    <para>The <emphasis><property>&quot;inputClass&quot;</property></emphasis> attribute for <emphasis role="bold"
       ><property>&lt;rich:inputNumberSlider&gt; </property></emphasis> is defined as it’s shown in the example below:</para>
     
     <para>




More information about the richfaces-svn-commits mailing list