Good day!
I work on ext js 4.2 .
Tell me, please, how to make it so that when you press a button-а , a new window opens?
Well, type, btnCreate.onClick(windows.show()) .
Here is the window that I created
var crtWindow = Ext.create('Ext.window.Window') What to write?
handler: function () { crtWindow.show(); }
button. What to write in thehandler? - propro17xon the window, it closes. when you click back on thebuttonwindow is not called. how to fix? - propro17