ExtJS 3.2.1 Combobox限制列表项

时间:2014-03-20 21:23:53

标签: extjs

我有一个30元素数据数组,可以放入我的组合框中。我只想在列表中显示5个项目,用户可以滚动浏览其余项目。有没有我忽略的财产,我可以强迫这个?

indGrpField = new Ext.form.ComboBox({ fieldLabel: 'Industry Group', mode: 'local', renderTo: 'combos', store: new Ext.data.ArrayStore({ fields: [ { name: 'text', type: 'string' }, { name: 'value', type: 'string' } ] }), displayField: 'text', valueField: 'value', forceSelection: true, editable: false, triggerAction: 'all', width: 250, anchor: '100%' });

1 个答案:

答案 0 :(得分:0)

我不确定将max设置为5项。但我尝试设置maxHeight,应该这样做。

http://docs.sencha.com/extjs/4.2.2/#!/api/Ext.form.field.ComboBox-cfg-maxHeight