Author: ochikvina
Date: 2007-11-01 11:14:00 -0400 (Thu, 01 Nov 2007)
New Revision: 3678
Modified:
trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.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/panelMenuItem.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml 2007-11-01
15:13:37 UTC (rev 3677)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml 2007-11-01
15:14:00 UTC (rev 3678)
@@ -237,19 +237,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 items 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:panelMenuItem></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
item</para>
+ <para>Add to your style sheets <emphasis>
+ <property>style classes</property>
+ </emphasis> used by a <emphasis role="bold">
+ <property><rich:panelMenuItem></property>
+ </emphasis> component</para>
</listitem>
</itemizedlist>
</section>
@@ -258,7 +267,7 @@
<title> Skin Parameters Redefinition</title>
<table>
- <title>Skin parameters redefinition for a table element item of the first
level</title>
+ <title>Skin parameters redefinition for a table element of the first level
item</title>
<tgroup cols="2">
<thead>
@@ -317,7 +326,7 @@
<tbody>
<row>
- <entry>panelBorderColor</entry>
+ <entry>tabDisabledTextColor</entry>
<entry>color</entry>
</row>
@@ -342,7 +351,7 @@
</figure>
<table>
- <title>Classes names that define first level items</title>
+ <title>Classes names that define the first level items</title>
<tgroup cols="2">
<thead>
@@ -377,7 +386,7 @@
</table>
<table>
- <title>Classes names that define second and lower levels items</title>
+ <title>Classes names that define the second and lower level
items</title>
<tgroup cols="2">
<thead>
@@ -430,6 +439,11 @@
<entry>Defines styles for a panel menu selected item</entry>
</row>
+ <row>
+ <entry>rich-pmenu-disabled-element</entry>
+
+ <entry>Defines styles for a disabled panel menu item</entry>
+ </row>
</tbody>
</tgroup>
</table>