1var testCombo = Ext.create('Ext.form.field.ComboBox', { 2 displayField : 'name', 3 valueField : 'code', 4 editable : false, 5 store : testStore, 6 emptyText : 'hello', 7 listConfig : { 8 maxHeight : 100, 9 getInnerTpl : function() { 10 return '<div data-qtip="{code}">{name}</div>'; 11 } 12 } 13 });
EXTJS的combo组件的下拉选项框的高度和垂直滚动条如何设置
Stella981
2021-10-11
999 0 0
点赞
收藏
评论区
加载中...