[Commits] r180 - sandbox/opengeo/drake/trunk/examples
commits at geoext.org
commits at geoext.org
Tue Feb 17 20:19:52 CET 2009
Author: sbenthall
Date: 2009-02-17 20:19:52 +0100 (Tue, 17 Feb 2009)
New Revision: 180
Modified:
sandbox/opengeo/drake/trunk/examples/featurestore.html
Log:
fake it til you make it
Modified: sandbox/opengeo/drake/trunk/examples/featurestore.html
===================================================================
--- sandbox/opengeo/drake/trunk/examples/featurestore.html 2009-02-17 19:14:29 UTC (rev 179)
+++ sandbox/opengeo/drake/trunk/examples/featurestore.html 2009-02-17 19:19:52 UTC (rev 180)
@@ -189,7 +189,7 @@
proxy.ogcFilter = filter;
- store.load();
+ store.load({params: {start: 0, limit: 7}});
var pagingBar = new Ext.PagingToolbar({
pageSize: 7,
More information about the Commits
mailing list