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>‘; } } });
时间: 2024-10-26 10:58:36