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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Jan 29 05:43:56 EST 2008


Author: cluts
Date: 2008-01-29 05:43:56 -0500 (Tue, 29 Jan 2008)
New Revision: 5686

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

Modified: trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml	2008-01-29 10:43:39 UTC (rev 5685)
+++ trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml	2008-01-29 10:43:56 UTC (rev 5686)
@@ -328,8 +328,7 @@
       <emphasis role="bold">Example:</emphasis>
     </para>
     <programlisting role="CSS"><![CDATA[...
-.rich-tab-active{
-    color: #FFA500;
+.rich-tabhdr-cell-active{
     font-weight: bold;
 }
 ...]]></programlisting>  
@@ -349,7 +348,7 @@
     
     <para>Also it’s possible to change styles of particular <emphasis role="bold"
       ><property>&lt;rich:tabPanel&gt;</property></emphasis> component. In this case you should create own style classes and use them in corresponding <emphasis role="bold"
-        ><property>&lt;rich:tabPanel&gt;</property></emphasis> <emphasis><property>activeTabClass</property></emphasis> attributes. An example is placed below:</para>
+        ><property>&lt;rich:tabPanel&gt;</property></emphasis> <emphasis><property>styleClass</property></emphasis> attributes. An example is placed below:</para>
     
     <para>
       <emphasis role="bold">Example:</emphasis>
@@ -359,7 +358,7 @@
        font-style: italic;
 }
 ...]]></programlisting>  
-    <para>The <emphasis><property>&quot;activeTabClass&quot;</property></emphasis> attribute for <emphasis role="bold"
+    <para>The <emphasis><property>&quot;styleClass&quot;</property></emphasis> attribute for <emphasis role="bold"
       ><property>&lt;rich:tabPanel&gt; </property></emphasis> is defined as it’s shown in the example below:</para>
     
     <para>
@@ -371,7 +370,7 @@
     <para>This is a result:</para>
     
     <figure>
-      <title>Redefinition styles with own classes and activeTabClass attributes</title>
+      <title>Redefinition styles with own classes and styleClass attributes</title>
       <mediaobject>
         <imageobject>
           <imagedata fileref="images/tabPanel_CS2.png"/>




More information about the richfaces-svn-commits mailing list