sp; title:'简易用户管理', iconCls:'icon-grid', hidden: true, store: ds, //数据仓库 renderTo: document.body, //列 cm: new xg.ColumnModel([ sm, {id:'id',header: "索引", width: 40, sortable: true, dataIndex: 'id'}, {header: "用户名", width: 20, sortable: true, dataIndex: 'username'}, {header: "年龄", width: 20, sortable: true, dataIndex: 'age'}, {header: "备注", width: 20, sortable: true, dataIndex: 'remark'} ]), sm: sm, viewConfig: { forceFit:true }, //分页工具栏 bbar : new Ext.PagingToolbar({ pageSize : 10, store : ds, displayInfo : true, displayMsg : '显示 {0}-{1}条 / 共 {2} 条', emptyMsg : "无数据。" }), //上置内嵌工具栏(按钮) tbar:[{ text:'添加', tooltip:'添加一行新数据', iconCls:'add', handler : function() { 上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >>
|