Changeset 5498 for trunk/expressoMail1_2


Ignore:
Timestamp:
02/10/12 16:39:19 (12 years ago)
Author:
angelo
Message:

Ticket #2485 - Otimizar acao de criar nova mensagem ou encaminhar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/abas.js

    r5486 r5498  
    140140         } 
    141141        currentTab=ID; 
     142        if( document.getElementById('to_'+ID) && document.getElementById('to_'+ID).type == "textarea"){  
     143            document.getElementById('to_'+ID).focus();  
     144        } 
    142145        RichTextEditor.setEditable(ID); 
    143146        return ID; 
Note: See TracChangeset for help on using the changeset viewer.