我试图用fieldLebel放置按钮。两者都很好,但fieldLabel出现在Button之上。如何使其水平对齐。
我的代码:
var dButton = new Ext.SplitButton({
text: "Before",
id:"B4"
fieldLabel: "Expiry Date",
width : 150,
scope: this,
labelAlign:'left',
disabled : false
}
我想通过风格来实现,但没有运气。
答案 0 :(得分:0)
尝试在SplitButton配置中使用labelStyle属性。