2016-07-25 42 views
0

enter image description here我試圖把按鈕與fieldLebel。兩者都很好,但fieldLabel出現在Button之上。如何使其水平對齊。如何將按鈕和fieldLebel horizentally

我的代碼:

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

我將嘗試的風格,但沒有運氣來實現。

+0

任何屏幕捕捉爲此? – Ranjan

+0

我更新了問題。標籤位於按鈕之上。我想在左邊。 – David

回答

0

嘗試在SplitButton配置中使用labelStyle屬性。

相關問題