var testCombo = Ext.create('Ext.form.field.ComboBox', {
displayField : 'name',
valueField : 'code',
editable : false,
store : testStore,
emptyText : 'hello',
listConfig : {
maxHeight : 100,
getInnerTpl : function() {
return '<div data-qtip="{code}">{name}</div>';
}
}
});
EXTJS的combo组件的下拉选项框的高度和垂直滚动条如何设置
点赞
收藏