| 
                Last change
                  on this file since 250 was
                  55,
                  checked in by gav, 17 years ago
           | 
        
        
          | 
               
Create Grails app (manual recursion to get everything in) 
 
           | 
        
        | 
            File size:
            373 bytes
           | 
      
      
        
  | Line |   | 
|---|
| 1 | var Ajax; | 
|---|
| 2 | if (Ajax && (Ajax != null)) { | 
|---|
| 3 |         Ajax.Responders.register({ | 
|---|
| 4 |           onCreate: function() { | 
|---|
| 5 |         if($('spinner') && Ajax.activeRequestCount>0) | 
|---|
| 6 |           Effect.Appear('spinner',{duration:0.5,queue:'end'}); | 
|---|
| 7 |           }, | 
|---|
| 8 |           onComplete: function() { | 
|---|
| 9 |         if($('spinner') && Ajax.activeRequestCount==0) | 
|---|
| 10 |           Effect.Fade('spinner',{duration:0.5,queue:'end'}); | 
|---|
| 11 |           } | 
|---|
| 12 |         }); | 
|---|
| 13 | } | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.