CARTIC
CARTIC

Reputation: 573

Align window to center of the page after changing width and height in ExtJs 4

I have a window and my requirement is that I have to change the window's height and width during the onchange event of a dropdown.

That works fine but I'm not able to align the window to the center of the browser/page after resize. I had surfed through the net for a while but I'm not able to find a solution.

Can this be done with the resize event of a window? If so, please let me know how to do it. I have not posted any code since I'm not sure where to start with.

Upvotes: 4

Views: 11363

Answers (1)

existdissolve
existdissolve

Reputation: 3114

The best place to start is always the docs :)

Have you tried the center() method of Ext.window.Window?

Upvotes: 11

Related Questions