Subversion Repositories eFlore/Applications.cel

Rev

Rev 2757 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2757 Rev 2759
Line 60... Line 60...
60
/**
60
/**
61
 * Initialise le formulaire, les validateurs, les listes de complétion...
61
 * Initialise le formulaire, les validateurs, les listes de complétion...
62
 */
62
 */
63
WidgetSaisie.prototype.initForm = function() {
63
WidgetSaisie.prototype.initForm = function() {
64
	if (this.obsId != '') {
64
	if (this.obsId != '') {
65
		console.log('obsId: (' + typeof obsId + ') : ' + obsId);
-
 
66
		this.chargerInfoObs();
65
		this.chargerInfoObs();
67
	}
66
	}
Line 68... Line 67...
68
 
67
 
69
	this.configurerDatePicker('#date');
68
	this.configurerDatePicker('#date');
Line 570... Line 569...
570
	$.ajax({
569
	$.ajax({
571
		url: urlObs,
570
		url: urlObs,
572
		type: 'GET',
571
		type: 'GET',
573
		success: function(data, textStatus, jqXHR) {
572
		success: function(data, textStatus, jqXHR) {
574
			if (data != undefined && data != "") {
573
			if (data != undefined && data != "") {
575
				this.prechargerForm(data);
574
				lthis.prechargerForm(data);
576
			} else {
575
			} else {
577
				lthis.surErreurChargementInfosObs();
576
				lthis.surErreurChargementInfosObs();
578
			}
577
			}
579
		},
578
		},
580
		error: function(jqXHR, textStatus, errorThrown) {
579
		error: function(jqXHR, textStatus, errorThrown) {