Author: msorokin
Date: 2008-04-26 07:33:11 -0400 (Sat, 26 Apr 2008)
New Revision: 8211
Modified:
trunk/ui/gmap/src/main/config/component/gmap.xml
Log:
http://jira.jboss.com/jira/browse/RF-730
http://jira.jboss.com/jira/browse/RF-2220
Corrected language and added default values
Modified: trunk/ui/gmap/src/main/config/component/gmap.xml
===================================================================
--- trunk/ui/gmap/src/main/config/component/gmap.xml 2008-04-26 11:33:00 UTC (rev 8210)
+++ trunk/ui/gmap/src/main/config/component/gmap.xml 2008-04-26 11:33:11 UTC (rev 8211)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
"http://labs.jboss.com/jbossrichfaces/component-config.dtd
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
"http://labs.jboss.com/jbossrichfaces/component-config.dtd
">
<components>
@@ -34,7 +34,7 @@
<name>gmapKey</name>
<classname>java.lang.String</classname>
<description>
- Google Map key. A single Maps API key is valid for a single "directory" on
your web server
+ Google Map key. A single Map API key is valid for a single "directory" on
your web server. Default value is "internal".
</description>
<defaultvalue>"internal"</defaultvalue>
</property>
@@ -52,7 +52,7 @@
<description>
The JavaScript variable that is used to access the Google Map API. If you have
more than one Google Map components on the same page, use individual
- key for each of them. The default variable name is "map" (without quotes)
+ key for each of them. The default variable name is "map" (without
quotes).
</description>
<defaultvalue>"map"</defaultvalue>
</property>
@@ -60,7 +60,7 @@
<name>lat</name>
<classname>java.lang.String</classname>
<description>
- Initial latitude coordinate in degrees, as a number between -90 and +90
+ Initial latitude coordinate in degrees, as a number between -90 and +90. Default
value is "37.9721046".
</description>
<defaultvalue>"37.9721046"</defaultvalue>
</property>
@@ -68,7 +68,7 @@
<name>lng</name>
<classname>java.lang.String</classname>
<description>
- Initial longitude coordinate in degrees, as a number between -180 and +180
+ Initial longitude coordinate in degrees, as a number between -180 and +180. Default
value is "-122.0424842834".
</description>
<defaultvalue>"-122.0424842834"</defaultvalue>
</property>
@@ -76,7 +76,7 @@
<name>zoom</name>
<classname>java.lang.String</classname>
<description>
- Initial zoom level as a number between 1 and 18. The default value is 17
+ Initial zoom level as a number between 1 and 18. Default value is
"17".
</description>
<defaultvalue>"17"</defaultvalue>
</property>
@@ -85,7 +85,7 @@
<classname>java.lang.String</classname>
<description>
Initial map type. The possible values are G_NORMAL_MAP, G_SATELLITE_MAP,
- G_HYBRID_MAP. The default value is G_SATELLITE_MAP
+ G_HYBRID_MAP. Default value is
"G_SATELLITE_MAP".
</description>
<defaultvalue>"G_SATELLITE_MAP"</defaultvalue>
</property>
@@ -94,7 +94,7 @@
<classname>java.lang.String</classname>
<description>
The warning message that appears if a browser is not compatible with Google Map.
- The default value is "Your browser does not support Google Maps"
+ Default value is "Your browser does not support Google Maps".
</description>
<defaultvalue>"Your browser does not support Google
Maps"</defaultvalue>
</property>
@@ -102,7 +102,7 @@
<name>showGMapTypeControl</name>
<classname>java.lang.String</classname>
<description>
- Shows the Type switch control. The default value is "true"
+ Shows the Type switch control. Default value is "true".
</description>
<defaultvalue>"true"</defaultvalue>
</property>
@@ -110,7 +110,7 @@
<name>showGScaleControl</name>
<classname>java.lang.String</classname>
<description>
- It shows the scale control. The default value is "true"
+ It shows the scale control. Default value is "true".
</description>
<defaultvalue>"true"</defaultvalue>
</property>
@@ -118,7 +118,7 @@
<name>showGLargeMapControl</name>
<classname>java.lang.String</classname>
<description>
- Shows the GLarge control. The default value is "true"
+ Shows the GLarge control. Default value is "true".
</description>
<defaultvalue>"true"</defaultvalue>
</property>
@@ -126,7 +126,7 @@
<name>enableDragging</name>
<classname>java.lang.String</classname>
<description>
- Enables a map dragging with the mouse. The default value is "true"
+ Enables a map dragging with the mouse. Default value is "true".
</description>
<defaultvalue>"true"</defaultvalue>
</property>
@@ -134,7 +134,7 @@
<name>enableInfoWindow</name>
<classname>java.lang.String</classname>
<description>
- Enables Info Window. The default value is "true"
+ Enables Info Window. Default value is "true".
</description>
<defaultvalue>"true"</defaultvalue>
</property>
@@ -142,7 +142,7 @@
<name>enableDoubleClickZoom</name>
<classname>java.lang.String</classname>
<description>
- Enables zooming in by a double click. The default value is "false"
+ Enables zooming in by a double click. Default value is "false".
</description>
<defaultvalue>"false"</defaultvalue>
</property>
@@ -150,7 +150,7 @@
<name>enableContinuousZoom</name>
<classname>java.lang.String</classname>
<description>
- Enables continuous smooth zooming for selected browsers. The
default value is "false"
+ Enables continuous smooth zooming for selected browsers. Default value is
"false".
</description>
<defaultvalue>"false"</defaultvalue>
</property>