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

commits at geoext.org commits at geoext.org
Thu Dec 10 09:16:57 CET 2009


Author: elemoine
Date: 2009-12-10 09:16:57 +0100 (Thu, 10 Dec 2009)
New Revision: 1573

Modified:
   core/trunk/geoext/lib/GeoExt/widgets/form/FormPanel.js
Log:
corrections to the FormPanel API doc, no functional change, thanks Yves Jacolin for catching this

Modified: core/trunk/geoext/lib/GeoExt/widgets/form/FormPanel.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/form/FormPanel.js	2009-12-10 06:05:49 UTC (rev 1572)
+++ core/trunk/geoext/lib/GeoExt/widgets/form/FormPanel.js	2009-12-10 08:16:57 UTC (rev 1573)
@@ -23,13 +23,13 @@
  *
  *  .. code-block:: javascript
  *
- *      var formPanel = new GeoExt.form.Panel({
+ *      var formPanel = new GeoExt.form.FormPanel({
  *          renderTo: "formpanel",
  *          protocol: new OpenLayers.Protocol.WFS({
  *              url: "http://publicus.opengeo.org/geoserver/wfs",
  *              featureType: "tasmania_roads",
  *              featureNS: "http://www.openplans.org/topp"
- *          })
+ *          }),
  *          items: [{
  *              xtype: "textfield",
  *              name: "name__ilike",



More information about the Commits mailing list