Combobox: 的選項,必需由 store提供
//標籤ComboBox的下拉表單欄位值
var store_LABELH = Ext.create("Ext.data.Store", {
fields: ["Name", "Value"],
data: [
{ Name: "40", Value: 40 },
{ Name: "60", Value: 60 },
{ Name: "70", Value: 70 },
]
});
{ //標籤高度
xtype: "fieldcontainer", fieldLabel: "標籤高度", labelWidth: 60, layout: "hbox", flex: 10,
items: [
{
xtype: "combobox", id: "sub_LABELH", name: "sub_LABELH", width: 110, padding: "0 4 0 0",
store: store_LABELH,
emptyText: "--請選擇--", displayField: "Name", valueField: "Value", queryMode: "local"},
]
}, // end of 標籤高度
沒有留言:
張貼留言