[richfaces-svn-commits] JBoss Rich Faces SVN: r499 - trunk/docs/userguide/en/included.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Tue Apr 24 09:06:49 EDT 2007
Author: smukhina
Date: 2007-04-24 09:06:49 -0400 (Tue, 24 Apr 2007)
New Revision: 499
Modified:
trunk/docs/userguide/en/included/panelBar.xml
Log:
Modified: trunk/docs/userguide/en/included/panelBar.xml
===================================================================
--- trunk/docs/userguide/en/included/panelBar.xml 2007-04-24 12:10:09 UTC (rev 498)
+++ trunk/docs/userguide/en/included/panelBar.xml 2007-04-24 13:06:49 UTC (rev 499)
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version='1.0' encoding='UTF-8'?>
<section>
<sectioninfo>
<keywordset>
@@ -47,7 +47,7 @@
<para>To create it on a page, use the following syntax: </para>
<programlisting role="XML"><![CDATA[...
<rich:panelBar>
- <!--//………… -->
+ <!--//... -->
<rich:panelBarItem label="Canon">
...
</rich:panelBarItem>
@@ -67,7 +67,8 @@
</section>
<section>
<title>Details of Usage</title>
- <para>As it was mentioned above, <property>panelBar</property> is used for grouping any content on the client, thus its customization deals only with specification of sizes and styles for rendering.</para>
+ <para>As it was mentioned above, <property>panelBar</property> is used for grouping any content on the client,
+ thus its customization deals only with specification of sizes and styles for rendering.</para>
<para><emphasis
role="italic"><property>"width"</property></emphasis> and <emphasis
@@ -160,6 +161,17 @@
font-style:italic;
}
...]]></programlisting>
+<para>When using headerClass and headerClassActive attributes the declaration of headerClass should precede the
+ one of headerClassActive:</para>
+<programlisting role="HTML"><![CDATA[...
+ .headerClass{
+ ...
+ }
+
+ .headerClassActive{
+ ...
+ }
+...]]></programlisting>
<para>The component is defined in the following way:</para>
<para><emphasis role="bold">Example:</emphasis></para>
<programlisting role="XML"><![CDATA[<rich:panelBar contentClass="myClass">
More information about the richfaces-svn-commits
mailing list