![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
27/05/2010, 10:03
|
| | Fecha de Ingreso: mayo-2010
Mensajes: 7
Antigüedad: 14 años, 9 meses Puntos: 0 | |
Respuesta: Problema calendario submit Es el unico target element this.tgt que me aparece...weno he visto y hay otro, pero no hay mas..
Epoch.prototype.resetSelections = function (returnToDefaultMonth) //PRIVATE: reset the calendar's selection variables to defaults
{
this.selectedDates = new Array();
this.rows = new Array(false,false,false,false,false,false,false);
this.cols = new Array(false,false,false,false,false,false,false);
if(this.tgt) //if there is a target element, clear it too
{
this.tgt.value = '';
if(this.mode == 'popup') {//hide the calendar if in popup mode
this.hide();
}
}
if(returnToDefaultMonth == true) {
this.goToMonth(this.displayYearInitial,this.displa yMonthInitial);
}
else {
this.reDraw();
}
};
Última edición por carlorodri; 27/05/2010 a las 10:09 |