Changeset 6547
- Timestamp:
- 06/20/12 10:26:40 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expressoMail1_2/js/draw_api.js
r6542 r6547 3706 3706 } 3707 3707 } 3708 3708 setTimeout(function(){ 3709 if(input.val()[input.val().length-1] == ";"){ 3710 draw_email_box(input.val().substring(0, input.val().length-1), input); 3711 input.val(""); 3712 } 3713 }, 100); 3709 3714 //INPUT AUTO RESIZE 3710 3715 setTimeout(function(){ … … 4119 4124 } 4120 4125 4121 input_binds(content.find('[name="input_aux_to"]').css("max-width" , parseInt( $(".email-area").css("width"))-5).focus().parent().css({"max-height" : "115px", "overflow-y" : "auto"}), ID);4126 input_binds(content.find('[name="input_aux_to"]').css("max-width" , parseInt(content.find(".email-area").css("width"))-5).focus().parent().css({"max-height" : "115px", "overflow-y" : "auto"}), ID); 4122 4127 4123 4128 //Botão TextoRico/TextoSimples
Note: See TracChangeset
for help on using the changeset viewer.