[Commits] r2504 - sandbox/borealis/geoext.ux/ux/AttributeFilterPanel/examples

commits at geoext.org commits at geoext.org
Mon Nov 29 21:12:46 CET 2010


Author: edube
Date: 2010-11-29 21:12:46 +0100 (Mon, 29 Nov 2010)
New Revision: 2504

Modified:
   sandbox/borealis/geoext.ux/ux/AttributeFilterPanel/examples/attributefilterpanel.js
Log:
Fixed operator names in AttributeFilterPanel example

Modified: sandbox/borealis/geoext.ux/ux/AttributeFilterPanel/examples/attributefilterpanel.js
===================================================================
--- sandbox/borealis/geoext.ux/ux/AttributeFilterPanel/examples/attributefilterpanel.js	2010-11-29 19:28:43 UTC (rev 2503)
+++ sandbox/borealis/geoext.ux/ux/AttributeFilterPanel/examples/attributefilterpanel.js	2010-11-29 20:12:46 UTC (rev 2504)
@@ -92,17 +92,17 @@
 			},
 			{
 				xtype: "textfield",
-				name: "price__ge",
+				name: "price__gt",
 				fieldLabel: "Price is greater than"
 			},
 			{
 				xtype: "textfield",
-				name: "name__lte",
+				name: "name__le",
 				fieldLabel: "Size is less than or equal"
 			},
 			{
 				xtype: "datefield",
-				name: "construction_date__gte",
+				name: "construction_date__ge",
 				fieldLabel: "Construction_date is greater than or equal",
 				format: "Y-m-d"
 			}



More information about the Commits mailing list