Re: ajax indicator for all ajax requests blocking page

2009-09-08 Thread fachhoch
>> > >> > >> > On Tue, Sep 8, 2009 at 8:13 AM, tubin gen wrote: >> >> I am looking for some indicator for any ajax requests , I dont want to >> >> add >> >> the behaviour for every component with ajax behaviour , I want >> something >> >> wh

Re: ajax indicator for all ajax requests blocking page

2009-09-08 Thread Pedro Santos
>> which detects for ajax request and starts the indicator blocking the > page > >> for further user actions and vanishess after response is rendered is > >> there > >> any? > >> > > > > -

Re: ajax indicator for all ajax requests blocking page

2009-09-08 Thread fachhoch
for any ajax requests , I dont want to >> add >> the behaviour for every component with ajax behaviour , I want something >> which detects for ajax request and starts the indicator blocking the page >> for further user actions and vanishess after  response is rendered is >> there >> any? >> > > ---

Re: ajax indicator for all ajax requests blocking page

2009-09-08 Thread John Armstrong
I did this in pure Javascript for a recent project. You can insert this code into your base page or whatnot. Its basically a hidden div that you hide/show and you can style it however. You can see it in action at http://www.pnc.net/. In my case its just a quick 'Loading...' text blurb in the top ri

Re: ajax indicator for all ajax requests blocking page

2009-09-08 Thread Jeremy Thomerson
http://www.google.com/search?q=wicket+ajax+indicator -- Jeremy Thomerson http://www.wickettraining.com On Tue, Sep 8, 2009 at 10:13 AM, tubin gen wrote: > I am looking for some indicator for any ajax requests , I dont want to add > the behaviour for every component with ajax behaviour , I wan

ajax indicator for all ajax requests blocking page

2009-09-08 Thread tubin gen
I am looking for some indicator for any ajax requests , I dont want to add the behaviour for every component with ajax behaviour , I want something which detects for ajax request and starts the indicator blocking the page for further user actions and vanishess after response is rendered is there a