RE: Popup windows with Portlets

2003-11-12 Thread Boyd, David
The popup that I have is done by the user selecting a save button that is part of the .jsp page (not the portlet action bar). This calls the following javascript code which popups a window for the user to enter a note: function addNotePopupWindow() { sHeight = screen.height sWidth

Re: Popup windows with Portlets

2003-11-11 Thread Kai Grossjohann
[EMAIL PROTECTED] writes: > The difference is that after user make a selection, it transfers > selected value via JavaScript to the browser windows that triggered > the pop-up. But there is no implementation with communication > between portlets the way you described it. JavaScript! D'oh. Why

Re: Popup windows with Portlets

2003-11-11 Thread akadyshevich
We have a different popup implementation with hidden portlet popping up with a list for selection. The difference is that after user make a selection, it transfers selected value via JavaScript to the browser windows that triggered the pop-up. But there is no implementation with communicatio

RE: Popup windows with Portlets

2003-11-11 Thread Abhijeet Solanki
PROTECTED] Sent: Tuesday, November 11, 2003 10:40 AM To: 'Jetspeed Users List' Subject: RE: Popup windows with Portlets I was able to do this. I have a icon a screen which pops up a window to all the user to enter a note. Selects the save on the popup window, the window sets a hidden fiel

RE: Popup windows with Portlets

2003-11-11 Thread Boyd, David
I was able to do this. I have a icon a screen which pops up a window to all the user to enter a note. Selects the save on the popup window, the window sets a hidden field on the portlet and exits the popup window, which will also at the same time call the event action to submit the changes to the