ExtJS里按钮变得很难看,求大神解答。
如图,在form里写了2个按钮,结果变成这样。但是另一个比较大的页面同样写法就没问题。buttons:[{text:'提交',handler:function(){}},...
如图,在form里写了2个按钮,结果变成这样。但是另一个比较大的页面同样写法就没问题。
buttons:[{ text:'提交', handler:function(){}
},{ text:'返回', handler:function(){ window.hide(); }}]
代码就是这样。谁知道是怎么回事啊? 展开
buttons:[{ text:'提交', handler:function(){}
},{ text:'返回', handler:function(){ window.hide(); }}]
代码就是这样。谁知道是怎么回事啊? 展开
3个回答
展开全部
items:[{
xtype : 'button',
text:'提交',
handler:function(){}
},{
xtype : 'button',
text:'返回',
handler:function(){
window.hide();
}
}
]
//或者
dockedItems: [{
xtype: 'toolbar',
dock: 'top',
items: [
{ xtype: 'button', text:'提交', flex: 1 },
{ xtype: 'button', text: '返回', handler:function(){
window.hide();
}}
]
}]
这么写试试。
微测检测5.10
2023-05-10 广告
2023-05-10 广告
您好!建议咨 深圳市微测检测有限公司,已建立起十余个专业实验室,企业通过微测检测就可以获得一站式的测试与认 证解决方案;(EMC、RF、MFi、BQB、QI、USB、安全、锂电池、快充、汽车电子EMC、汽车手机互 联、语音通话质量),认证遇...
点击进入详情页
本回答由微测检测5.10提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询