首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

ext grid 中怎的显示ComboBox

2012-11-22 
ext grid 中怎样显示ComboBox{ header: 所属供应商, width: 150, dataIndex : purveyModuleId ,editor

ext grid 中怎样显示ComboBox

{ header: "所属供应商", width: 150, dataIndex : 'purveyModuleId' ,  editor: purveyModuleId,renderer: function(v){var rec = this.editor.getStore().getAt(v);if (rec == null) {return v;} else {return rec.data[this.editor.displayField];}}},

?

热点排行