比较简单,可以有ajax方式和普通方式。 Ext.onReady(function() { // var tabs = new Ext.TabPanel({ renderTo: 'div0', width: 750, activeTab: 0, frame: true, defaults: { autoHeight: true }, items: [ { contentEl: 'div1', ti... Read More
posted @ 2010-03-25 19:38 neverlost Views(378) Comments(0) Diggs(0)
在列表页面中遇到不少查询问题,那么查询的字段由于类型很多,所以导致了需要多行显示查询列,查询列采用toolbar首先在Ext.grid.GridPanel中必须要有tbar对象然后要增加listeners: { 'render': function() { bbar2.render(this.tbar); //add one tbar //twoTbar.render(this.tbar); /... Read More
posted @ 2010-03-25 18:12 neverlost Views(420) Comments(0) Diggs(0)