{
xtype: 'button',
id : 'btnShowImage',
text : 'Show Image On List',
scale : 'large',
width : 200,
margin : '0 0 0 180',
}
var ShowImgBtn = Ext.get('btnShowImage');
ShowImgBtn.on('click', function(){
alert('hi');
});
问题
怎么不能工作?什么问题?应该可以工作。