日期:2014-05-16 浏览次数:20825 次
    items: [{
///////Id: 'center',//////id配置错了,没区分大小写,是id,不是Id
id: 'center',/////////
  xtype: 'panel',
 region: 'center',
     layout:'vbox',
autoScroll: true,
 items:[]
                                }]
spadmin.viewport = Ext.create('Ext.container.Viewport', {
renderTo: document.body,
layout: 'border',
items: [
{
xtype: 'panel',
layout: 'fit',
height: 80,
id: 'top',
split: true,
region: 'north',
frame:true,
items:[{
xtype: 'image',
&n