日期:2014-05-16 浏览次数:20416 次
tbar: {
  xtype: 'container',
  layout: 'anchor',
  defaults: {anchor: '0'},
  defaultType: 'toolbar',
  items: [{
    items: [...] // toolbar 1
  }, {
    items: [...] // toolbar 2
  }]
}
------解决方案--------------------
4.0 也可以用render指向吧。