[Commits] r1785 - sandbox/ahocevar/playground/trunk/geoext/lib/GeoExt/plugins

commits at geoext.org commits at geoext.org
Tue Jan 19 22:34:44 CET 2010


Author: ahocevar
Date: 2010-01-19 22:34:44 +0100 (Tue, 19 Jan 2010)
New Revision: 1785

Modified:
   sandbox/ahocevar/playground/trunk/geoext/lib/GeoExt/plugins/PrintProviderField.js
Log:
fixed docs

Modified: sandbox/ahocevar/playground/trunk/geoext/lib/GeoExt/plugins/PrintProviderField.js
===================================================================
--- sandbox/ahocevar/playground/trunk/geoext/lib/GeoExt/plugins/PrintProviderField.js	2010-01-19 21:17:13 UTC (rev 1784)
+++ sandbox/ahocevar/playground/trunk/geoext/lib/GeoExt/plugins/PrintProviderField.js	2010-01-19 21:34:44 UTC (rev 1785)
@@ -7,6 +7,12 @@
  */
 Ext.namespace("GeoExt.plugins");
 
+/** api: (define)
+ *  module = GeoExt.plugins
+ *  class = PrintProviderField
+ *  base_link = `Ext.util.Observable <http://extjs.com/deploy/dev/docs/?class=Ext.util.Observable>`_
+ */
+
 /** api: example
  *  A form with combo boxes for layout and resolution, and a text field for a
  *  map title. The latter is a custom parameter to the print module:
@@ -57,12 +63,6 @@
  *      }):
  */
 
-/** api: (define)
- *  module = GeoExt.plugins
- *  class = PrintProviderField
- *  base_link = `Ext.util.Observable <http://extjs.com/deploy/dev/docs/?class=Ext.util.Observable>`_
- */
-
 /** api: constructor
  *  .. class:: PrintProviderField
  * 



More information about the Commits mailing list