Subversion Repositories eFlore/Applications.cel

Rev

Rev 3425 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3425 Rev 3532
Line 11... Line 11...
11
		this.tagImg            = proprietes.tagImg;
11
		this.tagImg            = proprietes.tagImg;
12
		this.separationTagImg  = proprietes.separationTagImg;
12
		this.separationTagImg  = proprietes.separationTagImg;
13
		this.tagImg            = proprietes.tagImg;
13
		this.tagImg            = proprietes.tagImg;
14
		this.tagObs            = proprietes.tagObs;
14
		this.tagObs            = proprietes.tagObs;
15
		this.separationTagObs  = proprietes.separationTagObs;
15
		this.separationTagObs  = proprietes.separationTagObs;
16
		this.tagObs            = proprietes.tagObs;
-
 
17
		this.nomSciReferentiel = proprietes.nomSciReferentiel;
16
		this.nomSciReferentiel = proprietes.nomSciReferentiel;
18
		this.referentielImpose = proprietes.referentielImpose;
17
		this.referentielImpose = proprietes.referentielImpose;
19
		this.widgetProp        = widgetProp;
18
		this.widgetProp        = widgetProp;
20
		this.urlWidgets        = widgetProp.urlWidgets;
19
		this.urlWidgets        = widgetProp.urlWidgets;
21
		this.module            = widgetProp.nomSquelette;
20
		this.projet            = widgetProp.projet;
22
		this.tagsProjet        = widgetProp.tagsProjet + ',' + this.sujet;
21
		this.tagsMotsCles      = widgetProp.tagsMotsCles + ',' + this.sujet;
23
	}
22
	}
24
	this.isTaxonListe = false;
23
	this.isTaxonListe = false;
25
	this.numArbre     = 0;
24
	this.numArbre     = 0;
26
}
25
}
27
PlantesEtLichensASL.prototype = new WidgetsSaisiesASL( this.widgetProp );
26
PlantesEtLichensASL.prototype = new WidgetsSaisiesASL( this.widgetProp );