[Commits] r2584 - sandbox/camptocamp/geobretagne/lib/GeoExt/widgets

commits at geoext.org commits at geoext.org
Tue Feb 1 09:52:39 CET 2011


Author: fvanderbiest
Date: 2011-02-01 09:52:38 +0100 (Tue, 01 Feb 2011)
New Revision: 2584

Modified:
   sandbox/camptocamp/geobretagne/lib/GeoExt/widgets/form.js
Log:
camptocamp/geobretagne sandbox: applied patch A0 attached to ticket geoext #404

Modified: sandbox/camptocamp/geobretagne/lib/GeoExt/widgets/form.js
===================================================================
--- sandbox/camptocamp/geobretagne/lib/GeoExt/widgets/form.js	2011-01-27 15:24:09 UTC (rev 2583)
+++ sandbox/camptocamp/geobretagne/lib/GeoExt/widgets/form.js	2011-02-01 08:52:38 UTC (rev 2584)
@@ -151,7 +151,8 @@
         field = {
             xtype: "checkbox",
             name: name,
-            boxLabel: label
+            inputValue: true,
+            fieldLabel: label
         };
     } else if(type.match(r["date"])) {
         field = {



More information about the Commits mailing list