Author: vkorluzhenko
Date: 2007-10-29 10:40:05 -0400 (Mon, 29 Oct 2007)
New Revision: 3600
Modified:
trunk/docs/userguide/en/src/main/docbook/included/gmap.xml
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/virtualEarth.xml
Log:
http://jira.jboss.com/jira/browse/RF-920 - fixed some errors in section
"Look-..."
Modified: trunk/docs/userguide/en/src/main/docbook/included/gmap.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/gmap.xml 2007-10-29 14:39:10 UTC
(rev 3599)
+++ trunk/docs/userguide/en/src/main/docbook/included/gmap.xml 2007-10-29 14:40:05 UTC
(rev 3600)
@@ -157,14 +157,17 @@
</section>
<section>
<title>Look-and-Feel Customization</title>
- <para><property>Gmap</property> component isn't tied to
skin parameters, as there is no
- additional elements on it, except the ones provided with
<emphasis><property>Google
- Map</property>.</emphasis></para>
- </section>
+ <para><emphasis role="bold">
+ <property><rich:gmap></property>
+ </emphasis> component isn't tied to skin parameters, as there is no
additional
+ elements on it, except the ones provided with
<emphasis><property>Google
+ Map</property>.</emphasis></para>
+ </section>
+
<section>
<title>Definition of Custom Style Classes</title>
<table>
- <title>Classes names that define a map appearance</title>
+ <title>Classes names that define a component appearance</title>
<tgroup cols="2">
<thead>
<row>
@@ -175,30 +178,30 @@
<tbody>
<row>
<entry>rich-gmap</entry>
- <entry>Defines styles for a wrapper <div> element of a
gmap</entry>
+ <entry>Defines styles for a wrapper <div> element of a
component</entry>
</row>
</tbody>
</tgroup>
</table>
-
+
<para>In order to redefine styles for all <emphasis
role="bold">
- <property><rich:gmap></property>
- </emphasis> components on a page using CSS, it's enough to create
class with the
- same name and define necessary properties in it.</para>
-
+ <property><rich:gmap></property>
+ </emphasis> components on a page using CSS, it's enough to create
class with the same
+ name and define necessary properties in it.</para>
+
<para>To change styles of particular <emphasis role="bold">
- <property><rich:gmap></property>
- </emphasis> components, define your own style class in the corresponding
<emphasis
- role="bold">
- <property><rich:gmap></property>
- </emphasis>attribute.</para>
+ <property><rich:gmap></property>
+ </emphasis> components, define your own style class in the corresponding
<emphasis role="bold">
+ <property><rich:gmap></property>
+ </emphasis>attribute.</para>
</section>
<section>
<title>Relevant Resources Links</title>
<para>
<ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/gmap.jsf?c=...
- you can see the example of <emphasis
role="bold"><property><rich:gmap></property></emphasis>
usage
- and sources for the given example. </para>
+ you can see the example of <emphasis role="bold">
+ <property><rich:gmap></property>
+ </emphasis> usage and sources for the given example. </para>
</section>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/message.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/message.xml 2007-10-29 14:39:10 UTC
(rev 3599)
+++ trunk/docs/userguide/en/src/main/docbook/included/message.xml 2007-10-29 14:40:05 UTC
(rev 3600)
@@ -123,8 +123,8 @@
<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>For skinnability implementation, the components use a style class
redefinition method.
+ Default style classes are mapped on skin parameters.</para-->
<para>To redefine appearance of all <emphasis role="bold">
<property><rich:message></property>
Modified: trunk/docs/userguide/en/src/main/docbook/included/messages.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/messages.xml 2007-10-29 14:39:10 UTC
(rev 3599)
+++ trunk/docs/userguide/en/src/main/docbook/included/messages.xml 2007-10-29 14:40:05 UTC
(rev 3600)
@@ -118,8 +118,8 @@
<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>For skinnability implementation, the components use a style class
redefinition method.
+ Default style classes are mapped on skin parameters.</para-->
<para>To redefine appearance of all <emphasis role="bold">
<property><rich:messages></property>
Modified: trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.xml 2007-10-29 14:39:10
UTC (rev 3599)
+++ trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.xml 2007-10-29 14:40:05
UTC (rev 3600)
@@ -113,14 +113,15 @@
dashboardSize="Normal"
zoom="11" mapStyle="Hybrid" var="map" />
...
]]></programlisting>
-
+
<para>To set all these parameters and perform some activity (Zoom In/Out etc.)
is possible with
your JavaScript, i.e. declare a name of an object on a
<property>map</property> in the <emphasis>
<property>"var"</property>
- </emphasis> attribute and then call the object directly with API
<emphasis><property>Microsoft Virtual Earth
map</property>.</emphasis></para>
+ </emphasis> attribute and then call the object directly with API
<emphasis><property>Microsoft
+ Virtual Earth map</property>.</emphasis></para>
<para>For example, to approximate a map for <emphasis>
- <property>"var"</property>
- </emphasis>= <property>"map"</property> declared
inside the component, call
+ <property>"var"</property>
+ </emphasis>= <property>"map"</property>
declared inside the component, call
map.ZoomIn() on an event.</para>
<para>Moreover, to add e.g. some JavaScript effects, events defined on it are
used.</para>
<itemizedlist>
@@ -133,13 +134,17 @@
</section>
<section>
<title>Look-and-Feel Customization</title>
- <para><property>Virtual Earth map</property> component
isn't tied to skin parameters, as there is no
- additional elements on it, except the ones provided with
<emphasis><property>Virtual Earth
map</property>.</emphasis></para>
+ <para><emphasis role="bold">
+ <property><rich:virtualEarth></property>
+ </emphasis> component isn't tied to skin parameters, as there is no
additional
+ elements on it, except the ones provided with
<emphasis><property>Virtual Earth
+ map</property>.</emphasis></para>
</section>
+
<section>
<title>Definition of Custom Style Classes</title>
<table>
- <title>Classes names that define a virtualEarth appearance</title>
+ <title>Classes names that define a component appearance</title>
<tgroup cols="2">
<thead>
<row>
@@ -150,29 +155,29 @@
<tbody>
<row>
<entry>rich-virtualEarth</entry>
- <entry>Defines styles for a wrapper <div> element of a
virtualEarth</entry>
+ <entry>Defines styles for a wrapper <div> element of a
+ component</entry>
</row>
</tbody>
</tgroup>
</table>
-
+
<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 necessary properties in it.</para>
-
+ <property><rich:virtualEarth></property>
+ </emphasis> components on a page using CSS, it's enough to create
class with the same
+ name and define necessary properties in it.</para>
+
<para>To change styles of particular <emphasis role="bold">
- <property><rich:virtualEarth></property>
- </emphasis> components, define your own style class in the corresponding
<emphasis
- role="bold">
- <property><rich:virtualEarth></property>
- </emphasis>attribute.</para>
+ <property><rich:virtualEarth></property>
+ </emphasis> components, define your own style class in the corresponding
<emphasis role="bold">
+ <property><rich:virtualEarth></property>
+ </emphasis>attribute.</para>
</section>
<section>
<title>Relevant Resources Links</title>
<para>
- <ulink
url="http://msdn2.microsoft.com/en-us/library/bb429619.aspx">...
you can found additional
- information about Microsoft <property>Virtual Earth
map</property>.</para>
+ <ulink
url="http://msdn2.microsoft.com/en-us/library/bb429619.aspx">...
you can found
+ additional information about Microsoft <property>Virtual Earth
map</property>.</para>
</section>
</section>