ExtJs comboBox 空字符处理
2010年6月23日
没有评论
当extJs comboBox 中含有空元素时,显示的很小,下面的代码就是用来处理此问题的。
Ext.override(Ext.form.ComboBox, {
initList: (function(){
if(!this.tpl) {
this.tpl = new Ext.XTemplate(‘{‘, this.displayField , ‘:this.blank}
近期评论