Thursday, July 21, 2011

Format ComboBox ExtJS

items: [
{
xtype: 'combobox',
fieldLabel: 'State',
store: 'TestStore',
queryMode: 'local',
displayField: 'State',

listConfig: {
getInnerTpl: function () {

return '
{State}:{status}
';
}
}

}

No comments:

Architecting Resilient application on AWS

 Great whitepaper on improving resiliency of distributed systems: https://docs.aws.amazon.com/whitepapers/latest/availability-and-beyond-imp...