Re: Tapestry AJAX Throbber

2013-03-29 Thread Alberto Fernández
I'm using Mozilla Firefox. In Google Chrome it doesn't work as well Alberto Fernández Consultoría Informática EASIS, SL Email: afernan...@easis.es 2013/3/28 Geoff Callender > Which browser? I've just discovered it has a problem in IE 9. It's OK in IE > 9's compatibilit

Re: Tapestry AJAX Throbber

2013-03-27 Thread Geoff Callender
Which browser? I've just discovered it has a problem in IE 9. It's OK in IE 9's compatibility mode but in normal mode it doesn't show the overlay. If IE 9 is your problem then try replacing this: new StylesheetOptions().withCondition("IE") with this (untested): new StylesheetOptions().w

Re: AJAX Throbber

2012-12-30 Thread Rural Hunter
Nice! 于 2012/12/30 22:12, Geoff Callender 写道: In case it helps, here's a working example. http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/loadingspinner Cheers, Geoff On 27/12/2012, at 8:40 PM, mateen wrote: Hi, I looking to implement a AJAX Throbber for all

Re: AJAX Throbber

2012-12-30 Thread Geoff Callender
In case it helps, here's a working example. http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/loadingspinner Cheers, Geoff On 27/12/2012, at 8:40 PM, mateen wrote: > Hi, > > I looking to implement a AJAX Throbber for all ajax calls. This is my java >

AJAX Throbber

2012-12-27 Thread mateen
Hi, I looking to implement a AJAX Throbber for all ajax calls. This is my java script function. Tapestry.onDOMLoaded(function() { function addAjaxOverlay(event, element) { var mgr = Tapestry.findZoneManager(element); var zone = mgr && mgr.element; i