Jeasyui Form Form4
# jQuery EasyUI Form - Formatting ComboBox
This tutorial shows you how to create a simple ComboBox that displays image items in the dropdown. You can use the `formatter` function on the combobox to tell it how to format each item.
!(#)
#### Create Image ComboBox
$('#cc').combobox({formatter:function(row){var imageFile = 'images/' + row.icon;return '
'+row.text+'';}});
## Download jQuery EasyUI Example
[jeasyui-form-form4.zip](#)
YouTip