AnalyseParam= Class.create();
AnalyseParam.prototype={
	initialize:function(idBloc)
	{
		this.extend(new GestEvt(),this);
		this.id=idBloc;
		this.layer=0;
		//this.defaultTexte='Saisir une valeur';
		//this.trouveTexte='élements trouvés';
		//this.aucunTexte='aucun élement ne correspond à la recherche';
		//this.erreurCritTexte='Veuillez sélectionner un critère de recherche';
		//this.ajouteEvenement('RECHERCHE_ANALYSE_DONE');
		//this.ajouteEvenement('RECHERCHE_ANALYSE_MESSAGE');
	},
	setParamInterface:function(){
		var inHtml='tutu';
		var linkExport='/dynmap/class/modules/mvccarte.php?cont=ANALYSERECHERCHE&event=doExport&type=excel';
			linkExport+='&path_application='+path_application+'&idA='+a.ANALYSEID;
        $('paramA'+this.id).innerHTML=inHtml;  
        //this.rech=$('opRech'+this.id);   
        //this.rech.onchange = this.rechModified.bindAsEventListener(this);    
        //$('choixRa'+this.id).innerHTML='<input type="text" name="filtreRa'+this.id+'" id="filtreRa'+this.id+'" value="'+this.defaultTexte+'" onClick="this.value=\'\';">';
	}
}

