I want to open a new window but a window is already open. window is opening but at the back of that window which is already open??
i am new to extjs and using extjs 6.
model: true
bringToFront: true
both are not working
here in this image you see when i click on edit the small window is opening but at the back that window i just want to open it at the front of that window.
hope you understand my problem now
The Method show() (toFront() also) will do the trick for you. Here a small example:
There is also a property toFrontOnShow, but it is true by default.