ExtJS 4 grid 带参数 查询 分页 store beforeload 解决办法
store.on('beforeload', function (store, options) {
var new_params = { name: Ext.getCmp('search').getValue() };
Ext.apply(store.proxy.extraParams, new_params);
// alert('be
转载
2013-07-16 08:48:29 ·
713 阅读 ·
0 评论