events not working on dashboard parts
here is the fiddle :https://fiddle.sencha.com/#view/editor&fiddle/2gl3
try to add resize events on parts of dashboard but doesn't work, need help ,thanks.
events not working on dashboard parts
here is the fiddle :https://fiddle.sencha.com/#view/editor&fiddle/2gl3
try to add resize events on parts of dashboard but doesn't work, need help ,thanks.
Code:widget1: { viewTemplate: { title: 'Widget 1', items: [{ html: 'Widget 1', listeners: { resize: function(me, width, height, oldWidth, oldHeight, eOpts ){ console.log(11); } } }] } },
Code:widget1: { viewTemplate: { title: 'Widget 1', items: [{ html: 'Widget 1', listeners: { resize: function(me, width, height, oldWidth, oldHeight, eOpts ){ console.log(11); } } }] } },
also, you posted this in the Sencha Fiddle forum where this thread is not about Fiddle. This should have been posted in an Ext JS forum.
Mitchell Simoens @LikelyMitch
Check out my GitHub:
https://github.com/mitchellsimoens
Posts are my own, not any current, past or future employer's.
thanks for your help
sorry,I will pay attention to this in next time