muceli
20 Feb 2014, 7:01 AM
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");
border color change :
+ Chrome 32.0.1700.107 m is working
+ IE 11 is working
- Firefox 26.0 and 27.0.1 is not working
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");
border color change :
+ Chrome 32.0.1700.107 m is working
+ IE 11 is working
- Firefox 26.0 and 27.0.1 is not working