還可以設定下拉選項彈出時比收起來時寬些:
托Extjs4之福,只要設定一下就可以了:
============================================
{
xtype: 'combobox',
margin: '0 0 0 10',
width: 150,
fieldLabel: '分配機號',
labelSeparator: ' ',
labelWidth: 65,
store:storePos,
...
...
...
matchFieldWidth: false,
queryMode: 'local',
listConfig: {
width:200,
getInnerTpl: function () {
return '<h4>{pos_code}</h4>{pos_name}'
}
}
}
====================================================很簡單吧?
加油了!!