Author: ochikvina
Date: 2007-11-01 11:13:37 -0400 (Thu, 01 Nov 2007)
New Revision: 3677
Modified:
trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml
Log:
http://jira.jboss.com/jira/browse/RF-920 - adding Look and Feel section, verifying Skin
Parameters
Modified: trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml 2007-11-01
15:11:32 UTC (rev 3676)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml 2007-11-01
15:13:37 UTC (rev 3677)
@@ -234,19 +234,28 @@
<section>
<title>Look-and-Feel Customization</title>
-
- <para>For skinnability implementation, the components use a style class
redefinition method.
- Default style classes are mapped on skin parameters.</para>
-
- <para>There are two ways to redefine the appearance of all panel menu groups at
once:</para>
-
+
+ <para>For skinnability implementation, the components use a <emphasis>
+ <property>style class redefinition method.</property>
+ </emphasis> Default style classes are mapped on <emphasis>
+ <property>skin parameters.</property>
+ </emphasis></para>
+
+ <para>There are two ways to redefine the appearance of all <emphasis
role="bold">
+ <property><rich:panelMenuGroup></property>
+ </emphasis> components at once:</para>
+
<itemizedlist>
<listitem>
<para>Redefine the corresponding skin parameters</para>
</listitem>
-
+
<listitem>
- <para>Add to your style sheets style classes used by a panel menu
group</para>
+ <para>Add to your style sheets <emphasis>
+ <property>style classes</property>
+ </emphasis> used by a <emphasis role="bold">
+ <property><rich:panelMenuGroup></property>
+ </emphasis> component</para>
</listitem>
</itemizedlist>
</section>
@@ -301,7 +310,7 @@
</table>
<table>
- <title>Skin parameters redefinition for a table element of second and next
levels groups</title>
+ <title>Skin parameters redefinition for a table element of second and next
level groups</title>
<tgroup cols="2">
<thead>
@@ -368,6 +377,52 @@
</tbody>
</tgroup>
</table>
+
+ <table>
+ <title>Skin parameters redefinition for a hovered group
element</title>
+
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Skin parameters</entry>
+
+ <entry>CSS properties</entry>
+ </row>
+ </thead>
+
+ <tbody>
+ <row>
+ <entry>additionalBackgroundColor</entry>
+
+ <entry> background-color</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+ </table>
+
+ <table>
+ <title>Skin parameters redefinition for a disabled group
element</title>
+
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Skin parameters</entry>
+
+ <entry>CSS properties</entry>
+ </row>
+ </thead>
+
+ <tbody>
+ <row>
+ <entry>tabDisabledTextColor</entry>
+
+ <entry>color</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+ </table>
</section>
<section>
@@ -483,6 +538,11 @@
<entry>Defines styles for a hovered group element</entry>
</row>
+ <row>
+ <entry>rich-pmenu-disabled-element</entry>
+
+ <entry>Defines styles for a disabled group element</entry>
+ </row>
</tbody>
</tgroup>