Author: ochikvina
Date: 2007-10-11 06:20:30 -0400 (Thu, 11 Oct 2007)
New Revision: 3325
Modified:
trunk/docs/userguide/en/src/main/docbook/included/message.xml
trunk/docs/userguide/en/src/main/docbook/included/messages.xml
trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml
trunk/docs/userguide/en/src/main/docbook/included/panel.xml
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/panelMenuGroup.xml
trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml
trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
trunk/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml
trunk/docs/userguide/en/src/main/docbook/included/suggestionBox.xml
trunk/docs/userguide/en/src/main/docbook/included/tab.xml
trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml
trunk/docs/userguide/en/src/main/docbook/included/toolBar.xml
trunk/docs/userguide/en/src/main/docbook/included/toolBarGroup.xml
trunk/docs/userguide/en/src/main/docbook/included/tooltip.xml
trunk/docs/userguide/en/src/main/docbook/included/tree.xml
trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.xml
Log:
http://jira.jboss.com/jira/browse/RF-771?watch=false - Correcting Definition custom styles
classes
Modified: trunk/docs/userguide/en/src/main/docbook/included/message.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/message.xml 2007-10-11 09:04:24 UTC
(rev 3324)
+++ trunk/docs/userguide/en/src/main/docbook/included/message.xml 2007-10-11 10:20:30 UTC
(rev 3325)
@@ -183,14 +183,14 @@
</tgroup>
</table>
- <para>In order to redefine the style for all <emphasis
role="bold">
+ <para>In order to redefine styles for all <emphasis
role="bold">
<property><rich:message></property>
</emphasis> components on a page using CSS, it's enough to create
classes with the
- same names and define the necessary properties in them.</para>
+ same names and define necessary properties in them.</para>
- <para>To change the style of particular <emphasis role="bold">
+ <para>To change styles of particular <emphasis role="bold">
<property><rich:message></property>
- </emphasis> components define your own style classes in the corresponding
<emphasis
+ </emphasis> components, define your own style classes in the corresponding
<emphasis
role="bold">
<property><rich:message></property>
</emphasis>attributes.</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/messages.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/messages.xml 2007-10-11 09:04:24 UTC
(rev 3324)
+++ trunk/docs/userguide/en/src/main/docbook/included/messages.xml 2007-10-11 10:20:30 UTC
(rev 3325)
@@ -178,14 +178,14 @@
</tgroup>
</table>
- <para>In order to redefine the style for all <emphasis
role="bold">
+ <para>In order to redefine styles for all <emphasis
role="bold">
<property><rich:messages></property>
</emphasis> components on a page using CSS, it's enough to create
classes with the
- same names and define the necessary properties in them.</para>
+ same names and define necessary properties in them.</para>
- <para>To change the style of particular <emphasis role="bold">
+ <para>To change styles of particular <emphasis role="bold">
<property><rich:messages></property>
- </emphasis> components define your own style classes in the corresponding
<emphasis
+ </emphasis> components, define your own style classes in the corresponding
<emphasis
role="bold">
<property><rich:messages></property>
</emphasis>attributes.</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml 2007-10-11 09:04:24
UTC (rev 3324)
+++ trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml 2007-10-11 10:20:30
UTC (rev 3325)
@@ -505,14 +505,14 @@
</tbody>
</tgroup>
</table>
- <para>In order to redefine the style for all <emphasis
role="bold">
+ <para>In order to redefine styles for all <emphasis
role="bold">
<property><rich:modalPanel></property>
</emphasis> components on a page using CSS, it's enough to create
classes with the
- same names and define the necessary properties in them.</para>
+ same names and define necessary properties in them.</para>
- <para>To change the style of particular <emphasis role="bold">
+ <para>To change styles of particular <emphasis role="bold">
<property><rich:modalPanel></property>
- </emphasis> components define your own style classes in the corresponding
<emphasis
+ </emphasis> components, define your own style classes in the corresponding
<emphasis
role="bold">
<property><rich:modalPanel></property>
</emphasis>attributes.</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/panel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panel.xml 2007-10-11 09:04:24 UTC
(rev 3324)
+++ trunk/docs/userguide/en/src/main/docbook/included/panel.xml 2007-10-11 10:20:30 UTC
(rev 3325)
@@ -297,18 +297,17 @@
</tbody>
</tgroup>
</table>
- <para>In order to redefine the style for all <emphasis
role="bold">
+ <para>In order to redefine styles for all <emphasis
role="bold">
<property><rich:panel></property>
</emphasis> components on a page using CSS, it's enough to create
classes with the
- same names and define the necessary properties in them.</para>
+ same names and define necessary properties in them.</para>
- <para>To change the style of particular <emphasis role="bold">
+ <para>To change styles of particular <emphasis role="bold">
<property><rich:panel></property>
- </emphasis> components define your own style classes in the corresponding
<emphasis
+ </emphasis> components, define your own style classes in the corresponding
<emphasis
role="bold">
<property><rich:panel></property>
- </emphasis>attributes.</para>
-
+ </emphasis>attribute.</para>
<para>CSS code piece used on a page:</para>
<para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/panelBar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelBar.xml 2007-10-11 09:04:24 UTC
(rev 3324)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelBar.xml 2007-10-11 10:20:30 UTC
(rev 3325)
@@ -164,14 +164,14 @@
</tbody>
</tgroup>
</table>
- <para>In order to redefine the style for all <emphasis
role="bold">
+ <para>In order to redefine styles for all <emphasis
role="bold">
<property><rich:panelBar></property>
</emphasis> components on a page using CSS, it's enough to create
classes with the
- same names and define the necessary properties in them.</para>
+ same names and define necessary properties in them.</para>
- <para>To change the style of particular <emphasis
role="bold">
+ <para>To change styles of particular <emphasis
role="bold">
<property><rich:panelBar></property>
- </emphasis> components define your own style classes in the corresponding
<emphasis
+ </emphasis> components, define your own style classes in the corresponding
<emphasis
role="bold">
<property><rich:panelBar></property>
</emphasis>attributes.</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/panelBarItem.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelBarItem.xml 2007-10-11 09:04:24
UTC (rev 3324)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelBarItem.xml 2007-10-11 10:20:30
UTC (rev 3325)
@@ -212,18 +212,17 @@
</tgroup>
</table>
- <para>In order to redefine the style for all <emphasis
role="bold">
+ <para>In order to redefine styles for all <emphasis
role="bold">
<property><rich:panelBarItem></property>
</emphasis> components on a page using CSS, it's enough to create
classes with the
- same names and define the necessary properties in them.</para>
+ same names and define necessary properties in them.</para>
- <para>To change the style of particular <emphasis role="bold">
+ <para>To change styles of particular <emphasis role="bold">
<property><rich:panelBarItem></property>
- </emphasis> components define your own style classes in the corresponding
<emphasis
+ </emphasis> components, define your own style classes in the corresponding
<emphasis
role="bold">
<property><rich:panelBarItem></property>
</emphasis>attributes.</para>
-
<para>CSS code piece used on a page:</para>
<para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml 2007-10-11
09:04:24 UTC (rev 3324)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml 2007-10-11
10:20:30 UTC (rev 3325)
@@ -386,7 +386,7 @@
<para>On the screenshot, there are classes names defining specified
elements.</para>
<table>
- <title>Component skin class</title>
+ <title>Classes names that define an upper level nodes</title>
<tgroup cols="2">
<thead>
@@ -425,25 +425,56 @@
</tbody>
</tgroup>
</table>
+
+ <table>
+ <title>Classes names that define a second level nodes</title>
+
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+
+ <entry>Description</entry>
+ </row>
+ </thead>
+
+ <tbody>
+ <row>
+ <entry>rich-pmenu-group-div</entry>
+
+ <entry>Defines panel menu group common styleClass. It's used
in the outside
+ <div> element</entry>
+ </row>
+
+ <row>
+ <entry>rich-pmenu-group</entry>
+
+ <entry>Defines panel menu group wrapper table element</entry>
+ </row>
+
+ <row>
+ <entry>rich-pmenu-group-self-icon</entry>
+
+ <entry>Defines panel menu group icon element</entry>
+ </row>
+
+ <row>
+ <entry>rich-pmenu-group-self-label</entry>
+
+ <entry>Defines panel menu group label element</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
- <para>This classes set is related to upper level of nodes. For all nodes
starting with the
- second level there are similar classes:</para>
-
- <itemizedlist>
- <listitem>rich-pmenu-group-div</listitem>
- <listitem>rich-pmenu-group</listitem>
- <listitem>rich-pmenu-group-self-icon</listitem>
- <listitem>rich-pmenu-group-self-label</listitem>
- </itemizedlist>
-
- <para>In order to redefine the style for all <emphasis
role="bold">
+ <para>In order to redefine styles for all <emphasis
role="bold">
<property><rich:panelMenuGroup></property>
</emphasis> components on a page using CSS, it's enough to create
classes with the
- same names and define the necessary properties in them.</para>
+ same names and define necessary properties in them.</para>
- <para>To change the style of particular <emphasis role="bold">
+ <para>To change styles of particular <emphasis role="bold">
<property><rich:panelMenuGroup></property>
- </emphasis> components define your own style classes in the corresponding
<emphasis
+ </emphasis> components, define your own style classes in the corresponding
<emphasis
role="bold">
<property><rich:panelMenuGroup></property>
</emphasis>attributes.</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml 2007-10-11
09:04:24 UTC (rev 3324)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml 2007-10-11
10:20:30 UTC (rev 3325)
@@ -344,7 +344,7 @@
<para>On the screenshot, there are classes names defining specified
elements.</para>
<table>
- <title>Component skin class</title>
+ <title>Classes names that define first level items</title>
<tgroup cols="2">
<thead>
@@ -357,44 +357,70 @@
<tbody>
<row>
- <entry>rich-pmenu-item</entry>
+ <entry>rich-pmenu-top-item</entry>
- <entry>Defines panel menu item common styleClass</entry>
+ <entry>Defines top panel menu item common styleClass</entry>
</row>
<row>
- <entry>rich-pmenu-item-icon</entry>
+ <entry>rich-pmenu-top-item-icon</entry>
- <entry>Defines panel menu item icon</entry>
+ <entry>Defines top panel menu item icon</entry>
</row>
<row>
- <entry>rich-pmenu-item-label</entry>
+ <entry>rich-pmenu-top-item-label</entry>
- <entry>Defines panel menu item label element</entry>
+ <entry>Defines top panel menu item label element</entry>
</row>
</tbody>
</tgroup>
</table>
- <para>This classes set is related to the second and all other lower levels of
items. For all
- items starting from the first level there are similar classes:</para>
+ <table>
+ <title>Classes names that define second and lower levels items</title>
+
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+
+ <entry>Description</entry>
+ </row>
+ </thead>
+
+ <tbody>
+ <row>
+ <entry>rich-pmenu-item</entry>
+
+ <entry>Defines panel menu item common styleClass</entry>
+ </row>
+
+ <row>
+ <entry>rich-pmenu-item-icon</entry>
+
+ <entry>Defines panel menu item icon</entry>
+ </row>
+
+ <row>
+ <entry>rich-pmenu-item-label</entry>
+
+ <entry>Defines panel menu item label element</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+ </table>
- <itemizedlist>
- <listitem>rich-pmenu-top-item</listitem>
- <listitem>rich-pmenu-top-item-icon</listitem>
- <listitem>rich-pmenu-top-item-label</listitem>
- </itemizedlist>
-
- <para>In order to redefine the style for all <emphasis
role="bold">
+ <para>In order to redefine styles for all <emphasis
role="bold">
<property><rich:panelMenuItem></property>
</emphasis> components on a page using CSS, it's enough to create
classes with the
- same names and define the necessary properties in them.</para>
+ same names and define necessary properties in them.</para>
- <para>To change the style of particular <emphasis role="bold">
+ <para>To change styles of particular <emphasis role="bold">
<property><rich:panelMenuItem></property>
- </emphasis> components define your own style classes in the corresponding
<emphasis
+ </emphasis> components, define your own style classes in the corresponding
<emphasis
role="bold">
<property><rich:panelMenuItem></property>
</emphasis>attributes.</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml 2007-10-11
09:04:24 UTC (rev 3324)
+++ trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml 2007-10-11
10:20:30 UTC (rev 3325)
@@ -449,14 +449,14 @@
</tgroup>
</table>
- <para>In order to redefine the style for all <emphasis
role="bold">
+ <para>In order to redefine styles for all <emphasis
role="bold">
<property><rich:scrollableDataTable></property>
</emphasis> components on a page using CSS, it's enough to create
classes with the
- same names and define the necessary properties in them.</para>
+ same names and define necessary properties in them.</para>
- <para>To change the style of particular <emphasis role="bold">
+ <para>To change styles of particular <emphasis role="bold">
<property><rich:scrollableDataTable></property>
- </emphasis> components define your own style classes in the corresponding
<emphasis
+ </emphasis> components, define your own style classes in the corresponding
<emphasis
role="bold">
<property><rich:scrollableDataTable></property>
</emphasis>attributes.</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml 2007-10-11
09:04:24 UTC (rev 3324)
+++ trunk/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml 2007-10-11
10:20:30 UTC (rev 3325)
@@ -259,18 +259,8 @@
</tbody>
</tgroup>
</table>
- <para>In order to redefine the style for all <emphasis
role="bold">
- <property><rich:simpleTogglePanel></property>
- </emphasis> components on a page using CSS, it's enough to create
classes with the
- same names and define the necessary properties in them.</para>
+
- <para>To change the style of particular <emphasis role="bold">
- <property><rich:simpleTogglePanel></property>
- </emphasis> components define your own style classes in the corresponding
<emphasis
- role="bold">
- <property><rich:simpleTogglePanel></property>
- </emphasis>attributes.</para>
-
<table>
<title>Style component classes</title>
<tgroup cols="2">
@@ -299,6 +289,18 @@
</tbody>
</tgroup>
</table>
+
+ <para>In order to redefine styles for all <emphasis
role="bold">
+ <property><rich:simpleTogglePanel></property>
+ </emphasis> components on a page using CSS, it's enough to create
classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:simpleTogglePanel></property>
+ </emphasis> components, define your own style classes in the corresponding
<emphasis
+ role="bold">
+ <property><rich:simpleTogglePanel></property>
+ </emphasis>attributes.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: trunk/docs/userguide/en/src/main/docbook/included/suggestionBox.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/suggestionBox.xml 2007-10-11
09:04:24 UTC (rev 3324)
+++ trunk/docs/userguide/en/src/main/docbook/included/suggestionBox.xml 2007-10-11
10:20:30 UTC (rev 3325)
@@ -460,14 +460,14 @@
</tgroup>
</table>
- <para>In order to redefine the style for all <emphasis
role="bold">
+ <para>In order to redefine styles for all <emphasis
role="bold">
<property><rich:suggestionBox></property>
</emphasis> components on a page using CSS, it's enough to create
classes with the
- same names and define the necessary properties in them.</para>
+ same names and define necessary properties in them.</para>
- <para>To change the style of particular <emphasis
role="bold">
+ <para>To change styles of particular <emphasis
role="bold">
<property><rich:suggestionBox></property>
- </emphasis> components define your own style classes in the corresponding
<emphasis
+ </emphasis> components, define your own style classes in the corresponding
<emphasis
role="bold">
<property><rich:suggestionBox></property>
</emphasis>attributes.</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/tab.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tab.xml 2007-10-11 09:04:24 UTC (rev
3324)
+++ trunk/docs/userguide/en/src/main/docbook/included/tab.xml 2007-10-11 10:20:30 UTC (rev
3325)
@@ -175,16 +175,16 @@
<section>
<title>Definition of Custom Style Classes</title>
- <para>In order to redefine the style for all <emphasis
role="bold">
+ <para>In order to redefine styles for all <emphasis
role="bold">
<property><rich:tab></property>
</emphasis> components on a page using CSS, it's enough to create
classes with the
- same names and define the necessary properties in them.</para>
+ same names and define necessary properties in them.</para>
- <para>To change the style of particular <emphasis
role="bold">
+ <para>To change styles of particular <emphasis role="bold">
<property><rich:tab></property>
</emphasis> components define your own style classes in the corresponding
<emphasis
role="bold">
<property><rich:tab></property>
- </emphasis>attributes.</para>
+ </emphasis>attribute.</para>
</section>
</section>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml 2007-10-11 09:04:24 UTC
(rev 3324)
+++ trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml 2007-10-11 10:20:30 UTC
(rev 3325)
@@ -241,14 +241,14 @@
</tbody>
</tgroup>
</table>
- <para>In order to redefine the style for all <emphasis
role="bold">
+ <para>In order to redefine styles for all <emphasis
role="bold">
<property><rich:tabPanel></property>
</emphasis> components on a page using CSS, it's enough to create
classes with the
- same names and define the necessary properties in them.</para>
+ same names and define necessary properties in them.</para>
- <para>To change the style of particular <emphasis role="bold">
+ <para>To change styles of particular <emphasis role="bold">
<property><rich:tabPanel></property>
- </emphasis> components define your own style classes in the corresponding
<emphasis
+ </emphasis> components, define your own style classes in the corresponding
<emphasis
role="bold">
<property><rich:tabPanel></property>
</emphasis>attributes.</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/toolBar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/toolBar.xml 2007-10-11 09:04:24 UTC
(rev 3324)
+++ trunk/docs/userguide/en/src/main/docbook/included/toolBar.xml 2007-10-11 10:20:30 UTC
(rev 3325)
@@ -140,15 +140,32 @@
</section>
<section>
<title>Definition of Custom Style Classes</title>
+ <table>
+ <title>Classes names that define a toolBar</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-toolbar-exterior</entry>
+ <entry></entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
<para>On generating, the component substitutes the default class
rich-toolbar-exterior into <emphasis>
<property>style class</property>
</emphasis> of a generated component.</para>
- <para>In order to redefine the style for all <emphasis
role="bold">
+ <para>In order to redefine styles for all <emphasis
role="bold">
<property><rich:toolBar></property>
</emphasis> components on a page using CSS, it's enough to create
class with the
- same names and define the necessary properties in them.</para>
+ same names and define necessary properties in them.</para>
- <para>To change the style of particular <emphasis role="bold">
+ <para>To change styles of particular <emphasis role="bold">
<property><rich:toolBar></property>
</emphasis> components define your own style classes in the corresponding
<emphasis
role="bold">
Modified: trunk/docs/userguide/en/src/main/docbook/included/toolBarGroup.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/toolBarGroup.xml 2007-10-11 09:04:24
UTC (rev 3324)
+++ trunk/docs/userguide/en/src/main/docbook/included/toolBarGroup.xml 2007-10-11 10:20:30
UTC (rev 3325)
@@ -163,15 +163,32 @@
</section>
<section>
<title>Definition of Custom Style Classes</title>
+ <table>
+ <title>Classes names that define a toolBar</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-toolbar-interior</entry>
+ <entry></entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
<para>On generating, the component substitutes the default class
rich-toolbar-interior into
<emphasis
<property>style class</property></emphasis> of a
generated component.</para>
- <para>In order to redefine the style for
all <emphasis role="bold">
+ <para>In order to redefine styles for all <emphasis
role="bold">
<property><rich:toolBarGroup></property>
</emphasis> components on a page using CSS, it's enough to create class
with the
- same names and define the necessary properties in them.</para>
+ same names and define necessary properties in them.</para>
- <para>To change the style of particular <emphasis role="bold">
+ <para>To change styles of particular <emphasis role="bold">
<property><rich:toolBarGroup></property>
</emphasis> components define your own style classes in the corresponding
<emphasis
role="bold">
Modified: trunk/docs/userguide/en/src/main/docbook/included/tooltip.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tooltip.xml 2007-10-11 09:04:24 UTC
(rev 3324)
+++ trunk/docs/userguide/en/src/main/docbook/included/tooltip.xml 2007-10-11 10:20:30 UTC
(rev 3325)
@@ -238,21 +238,38 @@
<section>
<title>Definition of Custom Style Classes</title>
- <para>
- The<emphasis
role="bold"><property><rich:tooltip></property></emphasis>
provides one class "rich-tool-tip" which applies to a wrapper element
<emphasis><property>"span"</property></emphasis>
or
<emphasis><property>"div"</property></emphasis>
- dependently to <emphasis
role="bold"><property><rich:tooltip></property></emphasis>
layout.
- </para>
- <para>In order to redefine the style for all <emphasis
role="bold">
+ <table>
+ <title>Classes names that define a tooltip</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-tool-tip</entry>
+ <entry>Defines styles for a wrapper "span" or
<div> element of a tooltip</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ <para>
+ It depends on <emphasis
role="bold"><property><rich:tooltip></property></emphasis>
layout what a wrapper element
<emphasis><property>"span"</property></emphasis>
or
<emphasis><property>"div"</property></emphasis>to
choose.
+ </para>
+ <para>In order to redefine styles for all <emphasis
role="bold">
<property><rich:tooltip></property>
</emphasis> components on a page using CSS, it's enough to create class
with the
- same names and define the necessary properties in them.</para>
+ same name and define necessary properties in it.</para>
- <para>To change the style of particular <emphasis role="bold">
+ <para>To change styles of particular <emphasis role="bold">
<property><rich:tooltip></property>
- </emphasis> components define your own style classes in the corresponding
<emphasis
+ </emphasis> components define your own style class in the corresponding
<emphasis
role="bold">
<property><rich:tooltip></property>
- </emphasis>attributes.</para>
+ </emphasis>attributes</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: trunk/docs/userguide/en/src/main/docbook/included/tree.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tree.xml 2007-10-11 09:04:24 UTC
(rev 3324)
+++ trunk/docs/userguide/en/src/main/docbook/included/tree.xml 2007-10-11 10:20:30 UTC
(rev 3325)
@@ -290,24 +290,35 @@
</section>
<section>
<title>Definition of Custom Style Classes</title>
- <para>The <emphasis
- role="bold">
+ <table>
+ <title>Classes names that define a tree</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-tree</entry>
+ <entry>Defines styles for a wrapper "span" or
<div> element of a tree</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ <para>In order to redefine styles for all <emphasis
role="bold">
<property><rich:tree></property>
- </emphasis> also has only one predefined Style Class responsible for
- displaying a wrapper element of the <emphasis role="bold">
- <property><rich:tree></property>
- </emphasis>component.</para>
- <para>In order to redefine the style for all <emphasis
role="bold">
- <property><rich:tree></property>
</emphasis> components on a page using CSS, it's enough to create
class with the
- same names and define the necessary properties in them.</para>
+ same names and define necessary properties in them.</para>
- <para>To change the style of particular <emphasis role="bold">
+ <para>To change styles of particular <emphasis role="bold">
<property><rich:tree></property>
- </emphasis> components define your own style classes in the corresponding
<emphasis
+ </emphasis> components define your own style class in the corresponding
<emphasis
role="bold">
<property><rich:tree></property>
- </emphasis>attributes.</para>
+ </emphasis>attribute.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.xml 2007-10-11 09:04:24
UTC (rev 3324)
+++ trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.xml 2007-10-11 10:20:30
UTC (rev 3325)
@@ -156,14 +156,14 @@
</tgroup>
</table>
- <para>In order to redefine the style for all <emphasis
role="bold">
+ <para>In order to redefine styles for all <emphasis
role="bold">
<property><rich:virtualEarth></property>
</emphasis> components on a page using CSS, it's enough to create
class with the
- same name and define the necessary properties in it.</para>
+ same name and define necessary properties in it.</para>
- <para>To change the style of particular <emphasis role="bold">
+ <para>To change styles of particular <emphasis role="bold">
<property><rich:virtualEarth></property>
- </emphasis> components define your own style classes in the corresponding
<emphasis
+ </emphasis> components, define your own style class in the corresponding
<emphasis
role="bold">
<property><rich:virtualEarth></property>
</emphasis>attribute.</para>