1. 首页
  2. 数据库
  3. Informix
  4. ext 列表页面关于多行查询的办法

ext 列表页面关于多行查询的办法

上传者: 2020-12-07 06:55:00上传 PDF文件 20.06KB 热度 10次
首先在Ext.grid.GridPanel中必须要有tbar对象 然后要增加listeners: { ‘render’: function() { bbar2.render(this.tbar); //add one tbar //twoTbar.render(this.tbar); //add two tbar // threeTbar.render(this.tbar); //add three tbar } } 可以看到这里有bbar2这样就可以增加很多bar了 代码如下:this.bbar2 = new Ext.Toolbar({ renderTo: grid.tbar, items
下载地址
用户评论