Re: dialog component

2009-03-23 Thread Jorge Saridis
As Sven, feel free to post me the code. I will package it as a library. Thanks On Mon, 2009-03-23 at 21:42 +0100, Sven Homburg wrote: > feel free to post me the code, so i can inject your components into the > CK-Project > > 2009/3/23 Fernando Padilla > > > I'm just saying.. :) > > > > I was

Re: dialog component

2009-03-23 Thread Sven Homburg
feel free to post me the code, so i can inject your components into the CK-Project 2009/3/23 Fernando Padilla > I'm just saying.. :) > > I was waiting for tapestry to support pluggable javascript base.. then I > would push/support a YUI/tapestry base, which zoneDialog would be part of > that. :)

Re: dialog component

2009-03-23 Thread Fernando Padilla
I'm just saying.. :) I was waiting for tapestry to support pluggable javascript base.. then I would push/support a YUI/tapestry base, which zoneDialog would be part of that. :) But actually it might not be too hard to package up the ZoneDialog/YUI as a stand-alone library. Though at the mom

Re: dialog component

2009-03-23 Thread Fernando Padilla
if someone is actually going to be doing a "dialog" component for tapestry, please just think about doing a zoneDialog component :) In our company we created a zone.dialog backed by YUI ( since it's YUI, i have not submitted it to tapestry.. ). So it's really easy, and quite popular. It work

Re: dialog component

2009-03-23 Thread Thiago H. de Paula Figueiredo
Em Mon, 23 Mar 2009 15:42:19 -0300, Fernando Padilla escreveu: if someone is actually going to be doing a "dialog" component for tapestry, please just think about doing a zoneDialog component :) Nice idea! In our company we created a zone.dialog backed by YUI ( since it's YUI, i have no

Re: dialog component

2009-03-22 Thread Ville Virtanen
Here is an example of an confirm dialog that intercepts the users click and displays question "proceed?" to the user. If that was what you are after? http://wiki.apache.org/tapestry/Tapestry5AndJavaScriptExplained - Ville Jorge Saridis wrote: > > Ville, I did vote > > Can you tell me how to

Re: dialog component

2009-03-22 Thread Jorge Saridis
Ville, I did vote Can you tell me how to invoke a javascript function from a server side event? For example before the "onActionFromXXX" actionlink event. Thanks in advance Jorge On Sun, 2009-03-22 at 02:41 -0700, Ville Virtanen wrote: > Hi, > > Please vote the JIRA issue https://issues.apache.

Re: dialog component

2009-03-22 Thread Ville Virtanen
Hi, Please vote the JIRA issue https://issues.apache.org/jira/browse/TAP5-558 I created that because in my opinion T5 is missing real usable dialog component currently. (It should be part of the main distribution imho.) - Ville Jorge Saridis wrote: > > Hi, does anybody know if there is an

RE: dialog component

2009-03-21 Thread Jorge Saridis
Robert, thank you very much for your answer. I've been using this component. It's working better with the javascript upgrade. I don't know how to call a server side function while showing the dialog. And if the dialog contains a form, how can I close it from the submission server side event? Thanks

RE: dialog component

2009-03-21 Thread Robert, Brice
Use the ChenilleKit Window Component http://www.chenillekit.org/chenillekit-tapestry/ref/org/chenillekit/tape stry/core/components/Window.html but you have to upgrade prototype since the one shipped with 5.0.18 has a bug. https://issues.apache.org/jira/browse/TAP5-416 -Original Message-