Author: vkorluzhenko
Date: 2007-08-01 12:23:15 -0400 (Wed, 01 Aug 2007)
New Revision: 1985
Modified:
trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.xml
trunk/docs/userguide/en/src/main/resources/images/virtualEarth.png
trunk/docs/userguide/en/src/main/resources/images/virtualEarth1.png
Log:
http://jira.jboss.com/jira/browse/RF-458
Modified: trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.xml 2007-08-01 16:23:13
UTC (rev 1984)
+++ trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.xml 2007-08-01 16:23:15
UTC (rev 1985)
@@ -113,9 +113,25 @@
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>
+ <para>For example, to approximate a map for <emphasis>
+ <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>
+ <listitem> onmouseover </listitem>
+ <listitem> onclick </listitem>
+ <listitem> onmouseout </listitem>
+ <listitem> etc. </listitem>
+ </itemizedlist>
</section>
- <!--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>
@@ -125,7 +141,7 @@
<para>rich-virtualEarth map is a predefined style class for the map.
It's possible to define some
standard properties for all <property>maps</property> components on a
page (padding, border,
etc.) with the definition of the component.</para>
- </section-->
+ </section>
<section>
<title>Relevant resources links</title>
<para>
Modified: trunk/docs/userguide/en/src/main/resources/images/virtualEarth.png
===================================================================
(Binary files differ)
Modified: trunk/docs/userguide/en/src/main/resources/images/virtualEarth1.png
===================================================================
(Binary files differ)