Ignore:
Timestamp:
03/22/10 11:47:57 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #986 - Ajuste de layout, botao adicionar, botao troca de status e imagens.

File:
1 edited

Legend:

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

    r2312 r2320  
    227227        } 
    228228 
    229  
     229         
     230        function setPresence() 
     231        { 
     232                if( arguments.length > 0 ) 
     233                { 
     234                        alert('Valor : ' + arguments[0]);        
     235                } 
     236        } 
     237         
    230238        function setXTools() 
    231239        { 
     
    240248                                 'js/dragdrop.js', 
    241249                                 'js/makeW.js', 
     250                                 'js/show_hidden.js', 
    242251                                 'css/trophyim.css', 
    243252                                 //'css/window_azul.css' 
     
    255264         
    256265         
     266        loadIM.prototype.configEvents           = configEvents; 
    257267        loadIM.prototype.getZIndex                      = getZindex; 
    258268        loadIM.prototype.parse                          = parse; 
    259         loadIM.prototype.configEvents           = configEvents; 
     269        loadIM.prototype.setPresence            = setPresence; 
    260270         
    261271        loadIM.prototype.HTMLSnippets           = new HTMLSnippets; 
Note: See TracChangeset for help on using the changeset viewer.