Ignore:
Timestamp:
03/17/10 16:25:43 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #986 - Integração de janelas e imagens de status.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/jabberit_messenger/trophy/js/loadIM.js

    r2271 r2290  
    1111                         id_window              : "window_chat_area", 
    1212                         width                  : 490, 
    13                          height                 : 380, 
     13                         height                 : 395, 
    1414                         top                    : 100, 
    1515                         left                   : 400, 
     
    2323                }; 
    2424                 
    25                 _winBuild( winImChatArea ); 
     25                //_winBuild( winImChatArea ); 
    2626                 
    2727                //return '<div id="trophyimchat"><div id="trophyimchattabs"/></div>'; 
     
    159159        } 
    160160         
     161         
     162        function getZindex() 
     163        { 
     164                return zIndex++; 
     165        } 
     166         
     167        function parse(pXml, pXsl) 
     168        { 
     169                return _xtools.parse(_xtools.xml(pXml), pXsl);   
     170        } 
     171         
    161172        function loadScripts(pFiles) 
    162173        { 
     
    222233         
    223234         
    224          
    225         loadIM.prototype.HTMLSnippets   = new HTMLSnippets; 
    226         window.loadIM                                   = new loadIM; 
     235        loadIM.prototype.getZIndex                      = getZindex; 
     236        loadIM.prototype.parse                          = parse; 
     237         
     238        loadIM.prototype.HTMLSnippets           = new HTMLSnippets; 
     239        window.loadIM                                           = new loadIM; 
    227240         
    228241})(); 
Note: See TracChangeset for help on using the changeset viewer.