Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 81 Rev 104
Line 252... Line 252...
252
		// parametre d'affichage de la dataview
252
		// parametre d'affichage de la dataview
253
		this.setAutoScroll(true);
253
		this.setAutoScroll(true);
254
		dView.setAutoHeight(true);
254
		dView.setAutoHeight(true);
255
		dView.setMultiSelect(true);
255
		dView.setMultiSelect(true);
256
		dView.setOverCls("x-view-over");
256
		dView.setOverCls("x-view-over");
257
		dView.setEmptyText("Aucune image à afficher");
257
		dView.setEmptyText("Aucune image à afficher. Si vous n'en avez pas encore envoyé, selectionnez le menu \"Fichiers\" puis \"Uploader des images\"");
Line 258... Line 258...
258
 
258
 
259
		// creation du store
259
		// creation du store
260
		FieldDef defNumImage = new IntegerFieldDef("num_image");
260
		FieldDef defNumImage = new IntegerFieldDef("num_image");
261
		FieldDef defDatImage = new StringFieldDef("dat_image");
261
		FieldDef defDatImage = new StringFieldDef("dat_image");