|
On a button click in my main page, I want to pop open a new dialog
aspx page inside an ext:window. I set the Window's autoload property
but it seems like the dialog page is loaded when the main page is
loaded. Is there a way to load the aspx page inside the Window only
when the Window is shown? I would also like to add parameters to the
url of the dialog aspx page before it is shown.
|