Author: cluts
Date: 2008-05-27 09:30:42 -0400 (Tue, 27 May 2008)
New Revision: 8778
Modified:
trunk/docs/userguide/en/src/main/docbook/included/panelBar.xml
trunk/docs/userguide/en/src/main/docbook/included/panelBarItem.xml
trunk/docs/userguide/en/src/main/docbook/included/panelMenu.xml
trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml
trunk/docs/userguide/en/src/main/resources/images/panelBarItem_pc.png
trunk/docs/userguide/en/src/main/resources/images/panelBar_oc.png
trunk/docs/userguide/en/src/main/resources/images/panelBar_pc.png
trunk/docs/userguide/en/src/main/resources/images/panelMenuGroup_pc.png
trunk/docs/userguide/en/src/main/resources/images/panelMenu_oc.png
Log:
RF-1052 - updated information and screens for
panelBar,panelBarItem,panelMenu,panelMenuGroup.
Modified: trunk/docs/userguide/en/src/main/docbook/included/panelBar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelBar.xml 2008-05-27 13:15:31 UTC
(rev 8777)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelBar.xml 2008-05-27 13:30:42 UTC
(rev 8778)
@@ -240,7 +240,7 @@
</mediaobject>
</figure>
- <para>In the example a header font style was changed.</para>
+ <para>In the example header and content font style was
changed.</para>
<para>Also it’s possible to change styles of particular <emphasis
role="bold"
<property><rich:panelBar></property></emphasis>
component. In this case you should create own style classes and use them in corresponding
<emphasis role="bold"
@@ -251,8 +251,7 @@
</para>
<programlisting role="CSS"><![CDATA[...
.myClass{
- color: #900000;
- font-size: 14px;
+ font-family: Tahoma;
}
...]]></programlisting>
<para>The
<emphasis><property>"contentClass"</property></emphasis>
attribute for <emphasis role="bold"
@@ -275,7 +274,7 @@
</mediaobject>
</figure>
- <para>As it could be seen on the picture above, the font size and color for
content were changed.</para>
+ <para>As it could be seen on the picture above, the font family for content
were changed.</para>
</section>
<section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/panelBarItem.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelBarItem.xml 2008-05-27 13:15:31
UTC (rev 8777)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelBarItem.xml 2008-05-27 13:30:42
UTC (rev 8778)
@@ -267,8 +267,8 @@
<emphasis role="bold">Example:</emphasis>
</para>
<programlisting role="CSS"><![CDATA[...
-.rich-panelbar-header{
- font-style: italic;
+.rich-panelbar-content{
+ background-color: #ecf4fe;
}
...]]></programlisting>
@@ -283,7 +283,7 @@
</mediaobject>
</figure>
- <para>In the example a header font style was changed.</para>
+ <para>In the example a content background color was changed.</para>
<para>Also it’s possible to change styles of particular <emphasis
role="bold"
<property><rich:panelBarItem></property></emphasis>
component. In this case you should create own style classes and use them in corresponding
<emphasis role="bold"
@@ -294,16 +294,16 @@
</para>
<programlisting role="CSS"><![CDATA[...
.myClass{
- font-style: italic;
+ font-family: monospace;
}
...]]></programlisting>
- <para>The
<emphasis><property>"contentClass"</property></emphasis>
attribute for <emphasis role="bold"
+ <para>The
<emphasis><property>"headerClass"</property></emphasis>
attribute for <emphasis role="bold"
<property><rich:panelBarItem></property></emphasis>
is defined as it’s shown in the example below:</para>
<para>
<emphasis role="bold">Example:</emphasis>
</para>
- <programlisting role="XML"><![CDATA[<rich:panelBarItem ...
contentClass="myClass"/>
+ <programlisting role="XML"><![CDATA[<rich:panelBarItem ...
headerClass="myClass"/>
]]></programlisting>
<para>This is a result:</para>
@@ -317,6 +317,6 @@
</mediaobject>
</figure>
- <para>As it could be seen on the picture above, the font style for content was
changed.</para>
+ <para>As it could be seen on the picture above, the font family for header of
active item was changed.</para>
</section>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/panelMenu.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelMenu.xml 2008-05-27 13:15:31
UTC (rev 8777)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelMenu.xml 2008-05-27 13:30:42
UTC (rev 8778)
@@ -319,7 +319,7 @@
<emphasis role="bold">Example:</emphasis>
</para>
<programlisting role="CSS"><![CDATA[...
-.rich-pmenu-group-self-label{
+.rich-pmenu{
font-style:italic;
}
...]]></programlisting>
@@ -335,7 +335,7 @@
</mediaobject>
</figure>
- <para>In the example the font style for mask was changed.</para>
+ <para>In the example the font style was changed.</para>
<para>Also it’s possible to change styles of particular <emphasis
role="bold"
<property><rich:panelMenu></property></emphasis>
component. In this case you should create own style classes and use them in corresponding
<emphasis role="bold"
@@ -346,7 +346,7 @@
</para>
<programlisting role="CSS"><![CDATA[...
.myClass{
- background-color:#ffead9;
+ background-color: #ecf4fe;
}
...]]></programlisting>
<para>The
<emphasis><property>"hoveredItemClass"</property></emphasis>
attribute for <emphasis role="bold"
Modified: trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml 2008-05-27
13:15:31 UTC (rev 8777)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml 2008-05-27
13:30:42 UTC (rev 8778)
@@ -552,7 +552,6 @@
<programlisting role="CSS"><![CDATA[...
.rich-pmenu-disabled-element{
color: #87b9ff;
- font-style: italic;
}
...]]></programlisting>
@@ -578,7 +577,7 @@
</para>
<programlisting role="CSS"><![CDATA[...
.myClass{
- font-style: italic;
+ background-color: #ecf4fe;
}
...]]></programlisting>
<para>The
<emphasis><property>"hoverClass"</property></emphasis>
attribute for <emphasis role="bold"
@@ -601,7 +600,7 @@
</mediaobject>
</figure>
- <para>As it could be seen on the picture above, the font style for hovered item
was changed.</para>
+ <para>As it could be seen on the picture above, the background color for
hovered item was changed.</para>
</section>
<section>
Modified: trunk/docs/userguide/en/src/main/resources/images/panelBarItem_pc.png
===================================================================
(Binary files differ)
Modified: trunk/docs/userguide/en/src/main/resources/images/panelBar_oc.png
===================================================================
(Binary files differ)
Modified: trunk/docs/userguide/en/src/main/resources/images/panelBar_pc.png
===================================================================
(Binary files differ)
Modified: trunk/docs/userguide/en/src/main/resources/images/panelMenuGroup_pc.png
===================================================================
(Binary files differ)
Modified: trunk/docs/userguide/en/src/main/resources/images/panelMenu_oc.png
===================================================================
(Binary files differ)