Ignore:
Timestamp:
04/14/11 17:52:00 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1598 - Implementada a barra de rolagem horizontal na busca por F9.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/phpgwapi/js/dJSWin/dJSWin.js

    r144 r4034  
    172172                this.buttons.xDIV.style.left = parseInt(params['width']) - 13 + 'px'; 
    173173                this.buttons.xDIV.style.zIndex = '1'; 
    174                 this.buttons.xDIV.onclick = function() {_this.close(); _this.state = 2;}; 
     174                this.buttons.xDIV.onclick = function() {_this.close(); _this.state = 2;if(document.getElementById("window_QuickCatalogSearch")) document.getElementById("window_QuickCatalogSearch").style.visibility = "hidden";}; 
    175175                 
    176176                this.content.style.visibility = 'hidden'; 
     
    338338                /* Turn the attribute visible false */ 
    339339                this.visible = false; 
    340         } 
     340                //Remove attribute onclick 
     341                var divBan = document.getElementById('divAppbox'); 
     342                divBan.removeAttribute('onclick'); 
     343                if (is_ie){ 
     344                        divBan.onclick = function(){}; 
     345                } 
     346        } 
     347         
    341348 
    342349        dJSWin.prototype.open = function() 
Note: See TracChangeset for help on using the changeset viewer.