I was looking for some code today to get a wait sign when a partial refresh had fired. I found this great article at lotusnotus.com bu that wait sign had to be added to each event (Not my kind of thing đ ).
Then I remembered that I saw some code created by Tommy Valand to hijack all partial refresh events.
So I made a cut and paste coding and volia. Standby wait sign every time a partialrefresh fires.
I added code section one and two above and also this section into a scriptlibrary.
You could add this lib to a custom control and add the hijackAndPublishPartialRefresh() function in the onclientload client event. Also add dojox.widget.Standby as a dojo module resource.
When I started to use this I found that it was firing all the time, and I didn’t want that so I did some modifications
You’ll still need the hijack script and this last script.
Enjoy!!
Update, Latest version of this can be found here
using the designer import tool –> Link
Or XSnippet