[Commits] r723 - core/trunk/geoext/lib/GeoExt/widgets/form

commits at geoext.org commits at geoext.org
Wed May 13 18:57:43 CEST 2009


Author: tschaub
Date: 2009-05-13 18:57:43 +0200 (Wed, 13 May 2009)
New Revision: 723

Modified:
   core/trunk/geoext/lib/GeoExt/widgets/form/BasicForm.js
   core/trunk/geoext/lib/GeoExt/widgets/form/FormPanel.js
Log:
Content for rst directives must be indented (see http://sphinx.pocoo.org/rest.html#directives).

Modified: core/trunk/geoext/lib/GeoExt/widgets/form/BasicForm.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/form/BasicForm.js	2009-05-13 14:44:47 UTC (rev 722)
+++ core/trunk/geoext/lib/GeoExt/widgets/form/BasicForm.js	2009-05-13 16:57:43 UTC (rev 723)
@@ -20,12 +20,12 @@
 /** api: constructor
  *  .. class:: BasicForm(config)
  *
- *  A specific ``Ext.form.BasicForm`` whose doAction method creates
- *  a :class:`GeoExt.form.SearchAction` if it is passed the string
- *  "search" as its first argument.
+ *      A specific ``Ext.form.BasicForm`` whose doAction method creates
+ *      a :class:`GeoExt.form.SearchAction` if it is passed the string
+ *      "search" as its first argument.
  *
- *  In most cases one would not use this class directly, but
- *  :class:`GeoExt.form.FormPanel` instead.
+ *      In most cases one would not use this class directly, but
+ *      :class:`GeoExt.form.FormPanel` instead.
  */
 GeoExt.form.BasicForm = Ext.extend(Ext.form.BasicForm, {
     /** private: property[protocol]

Modified: core/trunk/geoext/lib/GeoExt/widgets/form/FormPanel.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/form/FormPanel.js	2009-05-13 14:44:47 UTC (rev 722)
+++ core/trunk/geoext/lib/GeoExt/widgets/form/FormPanel.js	2009-05-13 16:57:43 UTC (rev 723)
@@ -60,15 +60,15 @@
 /** api: constructor
  *  .. class:: FormPanel(config)
  *
- *  A specific ``Ext.form.FormPanel`` whose internal form is a
- *  :class:`GeoExt.form.BasicForm` instead of ``Ext.form.BasicForm``.
- *  One would use this form to do search requests through
- *  an ``OpenLayers.Protocol`` object (``OpenLayers.Protocol.WFS``
- *  for example).
+ *      A specific ``Ext.form.FormPanel`` whose internal form is a
+ *      :class:`GeoExt.form.BasicForm` instead of ``Ext.form.BasicForm``.
+ *      One would use this form to do search requests through
+ *      an ``OpenLayers.Protocol`` object (``OpenLayers.Protocol.WFS``
+ *      for example).
  *
- *  Look at :class:`GeoExt.form.SearchAction` to understand how
- *  form fields must be named for appropriate filters to be
- *  passed to the protocol.
+ *      Look at :class:`GeoExt.form.SearchAction` to understand how
+ *      form fields must be named for appropriate filters to be
+ *      passed to the protocol.
  */
 GeoExt.form.FormPanel = Ext.extend(Ext.form.FormPanel, {
     /** api: config[protocol]



More information about the Commits mailing list