[Commits] r2308 - core/trunk/geoext/examples
commits at geoext.org
commits at geoext.org
Fri Sep 3 09:36:52 CEST 2010
Author: ahocevar
Date: 2010-09-03 09:36:52 +0200 (Fri, 03 Sep 2010)
New Revision: 2308
Modified:
core/trunk/geoext/examples/print-extent.js
core/trunk/geoext/examples/print-form.js
core/trunk/geoext/examples/print-preview-osm.js
core/trunk/geoext/examples/print-preview.js
Log:
modified example descriptions. Non-functional change.
Modified: core/trunk/geoext/examples/print-extent.js
===================================================================
--- core/trunk/geoext/examples/print-extent.js 2010-09-03 07:15:19 UTC (rev 2307)
+++ core/trunk/geoext/examples/print-extent.js 2010-09-03 07:36:52 UTC (rev 2308)
@@ -7,9 +7,9 @@
*/
/** api: example[print-extent]
- * Setting the Print Extent interactively
+ * Interactive Print Extent Configuration
* --------------------------------------
- * Using the PrintExtent component to change print scale, center and
+ * Use the PrintExtent plugin to change print scale, center and
* rotation.
*/
Modified: core/trunk/geoext/examples/print-form.js
===================================================================
--- core/trunk/geoext/examples/print-form.js 2010-09-03 07:15:19 UTC (rev 2307)
+++ core/trunk/geoext/examples/print-form.js 2010-09-03 07:36:52 UTC (rev 2308)
@@ -7,9 +7,9 @@
*/
/** api: example[print-form]
- * Advanced Printing with a Form
- * -----------------------------
- * Using form field plugins to control print output.
+ * Print Configuration with a Form
+ * -------------------------------
+ * Use form field plugins to control print output.
*/
var mapPanel, printPage;
Modified: core/trunk/geoext/examples/print-preview-osm.js
===================================================================
--- core/trunk/geoext/examples/print-preview-osm.js 2010-09-03 07:15:19 UTC (rev 2307)
+++ core/trunk/geoext/examples/print-preview-osm.js 2010-09-03 07:36:52 UTC (rev 2308)
@@ -7,9 +7,9 @@
*/
/** api: example[print-preview]
- * Printing with a Preview
+ * Printing OpenStreetMap
* ----------------------------------------
- * Using PrintMapPanel for an interactive print preview.
+ * PrintMapPanel with an OSM map.
*/
var mapPanel, printDialog;
Modified: core/trunk/geoext/examples/print-preview.js
===================================================================
--- core/trunk/geoext/examples/print-preview.js 2010-09-03 07:15:19 UTC (rev 2307)
+++ core/trunk/geoext/examples/print-preview.js 2010-09-03 07:36:52 UTC (rev 2308)
@@ -7,9 +7,9 @@
*/
/** api: example[print-preview]
- * Printing with a Preview
- * ----------------------------------------
- * Using PrintMapPanel for an interactive print preview.
+ * Print Preview Window
+ * --------------------
+ * Use the PrintMapPanel for interactive print previews.
*/
var mapPanel, printDialog;
More information about the Commits
mailing list