to use popup window you need a separate page,
and pair of javascript functions to connect the page in
popup with parent page's input....

I personaly don't like popup windows because they're slow to open,
a zone would make a better choice here..
.. I haven't played arround with it, just some thoughts ...

Davor Hrg

On 3/3/08, Angelo Chen <[EMAIL PROTECTED]> wrote:
>
> Hi Davor,
>
> This sounds interesting, question, how block be used in a popup window?
>
> Davor Hrg wrote:
> >
> > uh,
> > I assumed you were talking about popup window,
> > I'm doing such thing in my form and I just made a component
> > that triggers event when something is selected
> > ComponentResources.trigerEvent("nameSelected", new Object{selectedName})
> > ComponentResources.trigerEvent("cancel")
> >
> > then
> >
> > onNameSelected(String name){.....}
> >
> > I track my components state to display different block depending on
> > current actions.
> >
> > maybe some of this can help you make your own ...
> >
> > Davor Hrg
> >
> >
> >
>
> --
> View this message in context: 
> http://www.nabble.com/T5%3A-How-to-handle-lookup--tp15799598p15805373.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to