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 works just like a normal Zone, except that it pops up a dialog, instead of putting it inside of the page. :)

zones are already encapsulated behind the ZoneManager interface, you just have to create a new ZoneManager that deals with the dialog, instead of simply squirting the html content within a div..


Ville Virtanen wrote:
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 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.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 Ajax Dialog component for tapestry
5 like the one for tapestry 4.1?
Thanks in advance
George





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to