Re: Ajax Loading Indicator (google style)

2007-01-16 Thread imkreis
I think I forgot to mention that fx.js was my inspiration ;) @ShowOnAjax should also have a parameter with a list of components. @ShowOnAjax then only reacts on Ajax-Events within those components. @ShowOnAjax could also have two subcomponents like a4j:status. ciao.michael. > -Ursprünglich

Re: Ajax Loading Indicator (google style)

2007-01-16 Thread imkreis
Hi Daniel, in the onLoad of Dojo you have to registered two functions dojo.event.connect("around", tapestry, "loadContent", this, "postLoading"); dojo.event.connect("around", tapestry, "linkOnClick", this, "preLoading"); These functions surround the tapestry functions responsible for updating