When i resize my window then alert width and height then again resize my window again alert width and height, how it will be please help. In extjs4
new Ext.Window({
title:'my window',
id:'mywindow',
listeners:{
alert("need width and height");
}
}).show();
please help me.
thanks in advance.
try adding ‘resize’ event on window
refer Ext.window.Window-event-resize