PDA

View Full Version : Ext.Window, initHidden private?



evant
17 Jan 2008, 10:53 PM
Something that threw me today, if you're creating a window using config options (renderTo), you still need to explicitly call .show() to show the window. It would be good if initHidden was made public, because sometimes you do want to show the window as soon as it's constructed.

evant
17 Jan 2008, 11:00 PM
Ok, so initHidden never seems to be used.

Either way, it would be nice to be able to have a window show automatically on creation.