Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 455 Rev 460
Line 26... Line 26...
26
		final FormPanel form = new FormPanel();
26
		final FormPanel form = new FormPanel();
27
		final Button boutonValidation = new Button("envoyer");
27
		final Button boutonValidation = new Button("envoyer");
28
		form.setEncoding(FormPanel.ENCODING_MULTIPART);
28
		form.setEncoding(FormPanel.ENCODING_MULTIPART);
29
		form.setMethod(FormPanel.METHOD_POST);
29
		form.setMethod(FormPanel.METHOD_POST);
30
		form.setWidth("275px");
30
		form.setWidth("275px");
-
 
31
		nPan.setWidth("275px");
Line 31... Line 32...
31
 
32
 
Line 32... Line 33...
32
		VerticalPanel holder = new VerticalPanel();
33
		VerticalPanel holder = new VerticalPanel();
33
 
34