possible to set page size with an embedded QWP? | kevink | 2010-08-06 12:39 |
Status: Closed | ||
You can limit the page size with by adding the 'maxRows' parameter to the QueryWebPart config. As far as re-using a common set of properties, you could do something like: Ext.applyIf({schemaName: 'lists', queryName: 'employees'}, commonConfig); |
||