Author: vkorluzhenko
Date: 2007-07-25 07:33:03 -0400 (Wed, 25 Jul 2007)
New Revision: 1838
Modified:
trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml
trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.xml
Log:
fixed error with Rich-menu-list-border class
Modified: trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml 2007-07-25 11:02:38
UTC (rev 1837)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml 2007-07-25 11:33:03
UTC (rev 1838)
@@ -492,7 +492,7 @@
</row>
<row>
- <entry>Rich-menu-list-border</entry>
+ <entry>Rich-menu-list-bg</entry>
<entry>Defines the class for a general background list</entry>
</row>
Modified: trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.xml 2007-07-25 11:02:38
UTC (rev 1837)
+++ trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.xml 2007-07-25 11:33:03
UTC (rev 1838)
@@ -49,7 +49,7 @@
<emphasis role="bold">Example:</emphasis>
</para>
<programlisting role="XML"><![CDATA[...
- <rich:virtualEarth var="map"/>
+ <rich:virtualEarth lat="..." lng="..."/>
...
]]></programlisting>
</section>
@@ -107,6 +107,7 @@
</mediaobject>
</figure>
<para>Code for this example is placed below:</para>
+ <emphasis role="bold">Example:</emphasis>
<programlisting role="XML"><![CDATA[...
<rich:virtualEarth style="width:800px;" id="vm"
lat="48.833" lng="2.40"
dashboardSize="Normal"
zoom="11" mapStyle="Hybrid" var="map" />
Show replies by date