如何把按钮和fieldLebel放在horizentally

时间:2016-07-25 12:09:47

标签: css extjs extjs3

enter image description here我试图用fieldLebel放置按钮。两者都很好,但fieldLabel出现在Button之上。如何使其水平对齐。

我的代码:

var dButton = new Ext.SplitButton({
        text: "Before",
        id:"B4"
        fieldLabel: "Expiry Date",
        width : 150,
        scope: this,
        labelAlign:'left',
        disabled : false
   }

我想通过风格来实现,但没有运气。

1 个答案:

答案 0 :(得分:0)

尝试在SplitButton配置中使用labelStyle属性。