> then when I construct the page containing this modalwindow, I also will > construct the modalwindow content, but the user can just decide to not > to click on this link, so skip the modal, and then I have an unnecessary > constructed panel.
Yeah.. you can construct panel in onClick before .show(); Also make note that you can re-use same modal window with various different content always using setContent or setTitle on-fly. ** Martin > > Thanks, > Peter > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
