[Commits] r2309 - core/trunk/geoext/examples
commits at geoext.org
commits at geoext.org
Fri Sep 3 09:40:07 CEST 2010
Author: ahocevar
Date: 2010-09-03 09:40:07 +0200 (Fri, 03 Sep 2010)
New Revision: 2309
Modified:
core/trunk/geoext/examples/print-extent.js
core/trunk/geoext/examples/print-page.js
Log:
more example description changes. Non-functional change.
Modified: core/trunk/geoext/examples/print-extent.js
===================================================================
--- core/trunk/geoext/examples/print-extent.js 2010-09-03 07:36:52 UTC (rev 2308)
+++ core/trunk/geoext/examples/print-extent.js 2010-09-03 07:40:07 UTC (rev 2309)
@@ -9,8 +9,7 @@
/** api: example[print-extent]
* Interactive Print Extent Configuration
* --------------------------------------
- * Use the PrintExtent plugin to change print scale, center and
- * rotation.
+ * change print scale, center and rotation with the PrintExtent plugin.
*/
var mapPanel, printProvider;
Modified: core/trunk/geoext/examples/print-page.js
===================================================================
--- core/trunk/geoext/examples/print-page.js 2010-09-03 07:36:52 UTC (rev 2308)
+++ core/trunk/geoext/examples/print-page.js 2010-09-03 07:40:07 UTC (rev 2309)
@@ -7,9 +7,9 @@
*/
/** api: example[print-page]
- * Printing contents from a MapPanel
- * ---------------------------------
- * Using PrintPage and PrintProvider to print the visible extent of a MapPanel.
+ * Printing contents of a MapPanel
+ * -------------------------------
+ * Print the visible extent of a MapPanel with PrintPage and PrintProvider.
*/
var mapPanel, printPage;
More information about the Commits
mailing list