You can try the following: $("#zone").on("t5:zone:did-update", addZoneOverlay);

On 20.03.2014 09:45, Martin Nagl wrote:
Hi all,

I am trying to implement a "loading" indicator for zone updates in Tapestry
5.4. Something like this, but for T5.4:
http://code.google.com/p/flowlogix/source/browse/tapestry-services/src/main/resources/com/flowlogix/web/mixins/spinner-zone-overlay.js

In T5.3 you can use:
$(document.body).on(Tapestry.TRIGGER_ZONE_UPDATE_EVENT, addZoneOverlay)

Is there a corresponding event in T5.4? I only found "events.zone.update",
which is triggered when zone is being updated.

Has anybody tried to implement this in T5.4?

Thanks
Martin



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

Reply via email to