extjs panel bbar buttons
为什么按钮1和按钮2会在状态1,状态2,状态3上面,而不是下面,我看其它的显示效果不一样,他们都在状态按钮下面代码Ext.onReady(function(){varpa...
为什么按钮1和按钮2 会在状态1,状态2,状态3上面,而不是下面,我看其它的显示效果不一样,他们都在状态按钮下面
代码
Ext.onReady(function(){
var panel1 = new Ext.Panel({
width:500,
height:400,
region:'center',
title:"my panel",
tbar:[{text:"打开"},{text:"保存"},{text:"关闭"}],
bbar:[{text:"状态1"},{text:"状态2"},{text:"状态3"}],
buttons:[{text:"按钮1"},{text:"按钮2"}],
html:"<h1>this is the body of panel</h1>"
});
panel1.render(Ext.getBody());
}); 展开
代码
Ext.onReady(function(){
var panel1 = new Ext.Panel({
width:500,
height:400,
region:'center',
title:"my panel",
tbar:[{text:"打开"},{text:"保存"},{text:"关闭"}],
bbar:[{text:"状态1"},{text:"状态2"},{text:"状态3"}],
buttons:[{text:"按钮1"},{text:"按钮2"}],
html:"<h1>this is the body of panel</h1>"
});
panel1.render(Ext.getBody());
}); 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询