[Commits] r1904 - core/trunk/geoext/lib/GeoExt/data
commits at geoext.org
commits at geoext.org
Tue Feb 16 14:41:36 CET 2010
Author: ahocevar
Date: 2010-02-16 14:41:36 +0100 (Tue, 16 Feb 2010)
New Revision: 1904
Modified:
core/trunk/geoext/lib/GeoExt/data/PrintProvider.js
Log:
apidoc improvements (see #221)
Modified: core/trunk/geoext/lib/GeoExt/data/PrintProvider.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/data/PrintProvider.js 2010-02-16 12:28:28 UTC (rev 1903)
+++ core/trunk/geoext/lib/GeoExt/data/PrintProvider.js 2010-02-16 13:41:36 UTC (rev 1904)
@@ -299,10 +299,11 @@
* maxIconHeight: 0
* classIndentation: 0
*
- * * ``overview`` - :class:`OpenLayers.Control.OverviewMap` If provided,
- * the layers for the overview map in the print will be taken from the
- * OverviewMap control. If not provided, the print service will use the
- * layers in the main map for the overview map as well.
+ * * ``overview`` - :class:`OpenLayers.Control.OverviewMap` If provided,
+ * the layers for the overview map in the printout will be taken from
+ * the OverviewMap control. If not provided, the print service will
+ * use the main map's layers for the overview map. Applies only for
+ * layouts configured to print an overview map.
*/
print: function(map, pages, options) {
if(map instanceof GeoExt.MapPanel) {
More information about the Commits
mailing list