Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 400 → Rev 401

/trunk/src/org/tela_botanica/client/vues/FormStructureVue.java
889,12 → 889,12
formationMarkRGrpChp.setFieldLabel("Le personnel s'occupant des collections a-t-il suivi des formations en conservations ?");
conservationOnglet.add(formationMarkRGrpChp);
formationChp = new TextField<String>();
formationChp = new TextArea();
formationChp.hide();
formationChp.addListener(Events.Hide, new Listener<BaseEvent>() {
 
public void handleEvent(BaseEvent be) {
((TextField<String>) be.source).setValue("");
((TextArea) be.source).setValue("");
}
});