AW: Is there a way to close the tr:panelPopup component

2010-03-22 Thread Eisenträger , Tobias
Hello Andrew, Thank you fort that great Tip. But what is he content ID? Thanks, Toby -Ursprüngliche Nachricht- Von: Andrew Robinson [mailto:andrew.rw.robin...@gmail.com] Gesendet: Montag, 8. März 2010 17:59 An: MyFaces Discussion Betreff: Re: Is there a way to close

AW: Is there a way to close the tr:panelPopup component

2010-03-22 Thread Eisenträger , Tobias
An: MyFaces Discussion Betreff: AW: Is there a way to close the tr:panelPopup component Hello Andrew, Thank you fort that great Tip. But what is he content ID? Thanks, Toby -Ursprüngliche Nachricht- Von: Andrew Robinson [mailto:andrew.rw.robin...@gmail.com] Gesendet

AW: Is there a way to close the tr:panelPopup component

2010-03-22 Thread Eisenträger , Tobias
10:04 An: MyFaces Discussion Betreff: AW: Is there a way to close the tr:panelPopup component Hello Andrew, Thank you fort that great Tip. But what is he content ID? Thanks, Toby -Ursprüngliche Nachricht- Von: Andrew Robinson [mailto:andrew.rw.robin

Re: Is there a way to close the tr:panelPopup component

2010-03-09 Thread Dj Apal [GR]
TrPanelPopup.hidePopup(event); maybe? 2010/3/8 Eisenträger, Tobias tobias.eisentrae...@arag.de Hello, I've been using the tr:panelPopup Component and it worked great so far. Now I got the problem if I click on a tr:commandLink inside the popup, which only performs PPR - the panelPopup

Is there a way to close the tr:panelPopup component

2010-03-08 Thread Eisenträger , Tobias
Hello, I've been using the tr:panelPopup Component and it worked great so far. Now I got the problem if I click on a tr:commandLink inside the popup, which only performs PPR - the panelPopup stays open, for example after returning from a dialog. Does anyone know the javascript to close

Re: Is there a way to close the tr:panelPopup component

2010-03-08 Thread Andrew Robinson
Have a look at PanelPopup.js There is no great API, but it seems that the TrPanelPopup has a hide method with an event argument that is not used, so it seems to be safe to pass null. Now to get an instance to the popup object, it looks like you need to use TrPanelPopup._VISIBLE_POPUPS with the