{
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');
});
質問
なぜ機能しないのですか?何が問題なのですか?機能するはずです。