add(); } }, '-', { text:'修改', tooltip:'修改一条数据', iconCls:'option', id : 'tbar1', handler : function() { modify(); } },'-',{ text:'删除', tooltip:'删除数据', iconCls:'remove', handler : function() { remove(); } }] }); //加载数据 ds.load({params:{start:0, limit:10}}); //渲染Grid grid.render(); //添加用户的函数 var add = function() { newFormWin = new Ext.Window({ layout : 'fit', width : 400, height : 300, closeAction : 'hide', &上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >>
|