: Tapestry users , r...@su3analytics.com
Subject: Re: Adding a user-defined function to onclick of t:actionlink
Date: Wed, 8 Dec 2010 16:07:08 +0100
Richard, u could observe the Tapestry.ZONE_UPDATED_EVENT event that
tapestry raises whenever a zone is updated as explained on
http://tapestry.apache.org/tapes
Richard, u could observe the Tapestry.ZONE_UPDATED_EVENT event that
tapestry raises whenever a zone is updated as explained on
http://tapestry.apache.org/tapestry5.1/tapestry-core/ref/org/apache/tapestry5/corelib/components/Zone.html
On Wed, Dec 8, 2010 at 3:30 PM, Richard Hill wrote:
> Hi All,
Hi All,
I have an t:actionlink in a t:loop that triggers a zone update. This
zone is a page overlay and is initially hidden, that is style =
visibility: hidden.
On user-click, the zone updates, and then I want it to be rendered
visible. Ideally I'd like just to change the style to visibility:
vis