| Ornette 2007-02-27, 10:13 pm |
| Hello,
I'm sending an event from master page to content page.
Master : s.o. try to change page content. Master sends event to content
page. Content page choose whether to accept or cancel (like in word : do you
want to save before leaving ? yes/no/cancel). Master redirects or not.
It works well if I put e.cancel or not in the content page.
But if I want to show a popup I have a pb. The event arrives in the content
page, I show the popup but the event is yet back to master page and the
master page redirects. I have a workaround where I put a parameter in the
event and it is the content page wich makes the redirects but I don't like
this... and I would have to put this in every content pages...
How to freeze the event and wait for the response to the popup ?
Any help would be appreciated.
Ornette.
|