[Commits] r2236 - core/trunk/geoext/examples

commits at geoext.org commits at geoext.org
Fri Jul 2 17:15:31 CEST 2010


Author: ahocevar
Date: 2010-07-02 17:15:31 +0200 (Fri, 02 Jul 2010)
New Revision: 2236

Modified:
   core/trunk/geoext/examples/attribute-form.js
   core/trunk/geoext/examples/print-extent.js
   core/trunk/geoext/examples/print-form.js
Log:
Added and modified example descriptions. Non-functional change.

Modified: core/trunk/geoext/examples/attribute-form.js
===================================================================
--- core/trunk/geoext/examples/attribute-form.js	2010-06-30 15:11:49 UTC (rev 2235)
+++ core/trunk/geoext/examples/attribute-form.js	2010-07-02 15:15:31 UTC (rev 2236)
@@ -6,6 +6,13 @@
  * of the license.
  */
 
+/** api: example[attribute-form]
+ *  Attribute Form
+ *  --------------
+ *  Create a form with fields from attributes read from a WFS
+ *  DescribeFeatureType response
+ */
+
 var form;
 
 Ext.onReady(function() {

Modified: core/trunk/geoext/examples/print-extent.js
===================================================================
--- core/trunk/geoext/examples/print-extent.js	2010-06-30 15:11:49 UTC (rev 2235)
+++ core/trunk/geoext/examples/print-extent.js	2010-07-02 15:15:31 UTC (rev 2236)
@@ -9,8 +9,8 @@
 /** api: example[print-extent]
  *  Setting the Print Extent interactively
  *  --------------------------------------
- *  Using the PrintExtent component to interactively change scale, center and
- *  rotation of a print page.
+ *  Using the PrintExtent component to change print scale, center and
+ *  rotation.
  */
 
 var mapPanel, printProvider;

Modified: core/trunk/geoext/examples/print-form.js
===================================================================
--- core/trunk/geoext/examples/print-form.js	2010-06-30 15:11:49 UTC (rev 2235)
+++ core/trunk/geoext/examples/print-form.js	2010-07-02 15:15:31 UTC (rev 2236)
@@ -9,8 +9,7 @@
 /** api: example[print-form]
  *  Advanced Printing with a Form
  *  -----------------------------
- *  Using form fields with PrintPageField and PrintProviderField plugins to
- *  control print output.
+ *  Using form field plugins to control print output.
  */
 
 var mapPanel, printPage;



More information about the Commits mailing list