items: [
{
xtype: 'combobox',
fieldLabel: 'State',
store: 'TestStore',
queryMode: 'local',
displayField: 'State',
listConfig: {
getInnerTpl: function () {
return '
{State}:{status}
'; }
}
}
No comments:
Post a Comment