Why will my ExtJS tab will not show items with a border layout
问题 As of right now I have a working tab panel in my website, and when I perform an action a tab gets added to the tabpanel. Right now the tab renders all the items correctly with the following items definition return [{ xtype: 'panel', region: 'north', autoHeight: true, items: this.buildToolbar() }, { xtype: 'panel', region: 'center', autoHeight: true, items: [{ xtype: 'fieldset', title: 'Details:', collapsible: true, autoHeight: true, items: [this.detailForm] }] }]; However, I now want to add