level 8
唯一想要的平淡
楼主
Ext.define(*app.view.approveinfo.panel.approveinfoPanelView*, {
extend: *Ext.panel.Panel*,
alias: *widget.approveinfoPanelViewAlias*,
id: "approveinfoPanelViewId",
closeAction : *destory*,
enableTabScroll : false,
autoScroll : true,
closable : false,
layout: "border",
border:true,
initComponent:function(){
this.callParent(arguments);
},
tbar : addWinTbar,
items:[{
region: *west*,
xtype: "approveinfoLeftGridViewAlias",
autoScroll : true,
resizable : false,
width: "43%"
},{
region: *center*,
xtype: "approveinfoButtonPanelViewAlias",
autoScroll : false,
resizable : false,
width:"14"
},{
region: *east*,
xtype: "approveinfoRightGridViewAlias",
autoScroll : false,
resizable : false,
width: "43%"
}]
})
求怎么设置 region: *center*(中间框), 是固定宽度
2014年10月16日 08点10分
1
extend: *Ext.panel.Panel*,
alias: *widget.approveinfoPanelViewAlias*,
id: "approveinfoPanelViewId",
closeAction : *destory*,
enableTabScroll : false,
autoScroll : true,
closable : false,
layout: "border",
border:true,
initComponent:function(){
this.callParent(arguments);
},
tbar : addWinTbar,
items:[{
region: *west*,
xtype: "approveinfoLeftGridViewAlias",
autoScroll : true,
resizable : false,
width: "43%"
},{
region: *center*,
xtype: "approveinfoButtonPanelViewAlias",
autoScroll : false,
resizable : false,
width:"14"
},{
region: *east*,
xtype: "approveinfoRightGridViewAlias",
autoScroll : false,
resizable : false,
width: "43%"
}]
})
求怎么设置 region: *center*(中间框), 是固定宽度