border color change :Code:xtype: 'image', id: 'chatViewImage' src: '../resources/images/mainView/noimage1.png', height: 40, width: 38, style: 'border-right: 4px solid #808080;', setBorderColor: function (color) { this.el.setStyle({borderRight: '4px solid ' + color}); } Button click handler : Ext.getCmp("chatViewImage").setBorderColor("#43EB43");
+ Chrome 32.0.1700.107 m is working
+ IE 11 is working
- Firefox 26.0 and 27.0.1 is not working