How to work with combo having images inside in extjs 4.1
问题 I try to create a combo with an image ( or something else ) and when I choose an option, value in combo has some options. I create a combo box look like: But when I choose an option that looks like: Here is my code http://jsfiddle.net/QZqeK/ // The data store containing the list of states var states = Ext.create('Ext.data.Store', { fields: ['abbr', 'name'], data : [{ "abbr":"AL", "name":"<img src='http://icons.iconarchive.com/icons/famfamfam/silk/16/folder-picture-icon.png'>" }, { "abbr":"AK"