Changeset 5610
- Timestamp:
- 03/02/12 14:10:16 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/prototype/modules/mail/js/followupflag.js
r5588 r5610 8 8 * Implementação do widget de input-combobox 9 9 */ 10 10 11 (function( $ ) { 11 12 $.widget( "ui.combobox", { … … 293 294 winElement.find('[name="name"]').combobox(); 294 295 295 296 296 winElement.find('[name="alarmDate"],[name="alarmTime"]').attr("disabled","disabled"); 297 297 298 winElement.find('[name="alarm"]').click(function(){ 298 299 if($(this).is(":checked")){ … … 301 302 winElement.find('[name="alarmDate"],[name="alarmTime"]').attr("disabled","disabled"); 302 303 } 303 }); 304 }); 305 if(winElement.find('[name="alarm"]').is(":checked")){ 306 winElement.find('[name="alarmDate"],[name="alarmTime"]').removeAttr("disabled"); 307 } 304 308 winElement.find('[name="done"]').click(function(){ 305 309 if($(this).is(":checked")){ … … 362 366 363 367 364 365 366 368 /** 367 369 * constrói as duas possíveis janela de alerta, utilizando o mesmo template
Note: See TracChangeset
for help on using the changeset viewer.