In another way, I think you can improve it, but it works fine for me:
,store: new Ext.data.ArrayStore({ id: 0, fields: [ 'lang', 'desc','url' ], data: [['CA','Spanish','es.gif'],['VA','Valencian','va.gif']] }) ,tpl : '<tpl for=".">'+ '<tpl if="0==0"><div class="x-combo-list-item" ><img src="../img/{url}"> {desc}</div></tpl>'+ '</tpl>'
Gustavo
source share