Panel.js 244 B

12345678910111213
  1. Ext.define('uas.view.grid.summary.Panel', {
  2. extend: 'Ext.tab.Panel',
  3. xtype: 'grid-summary-panel',
  4. items: [{
  5. title: '滚动',
  6. xtype: 'summary1',
  7. }, {
  8. title: '固定',
  9. xtype: 'summary2'
  10. }]
  11. });