Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1970 → Rev 1971

/trunk/src/org/tela_botanica/client/util/FormulaireSaisieChampEtendu.java
118,15 → 118,15
hp.add(ajouterChampsEtendu);
hp.add(annulerAjouterChampEtendu);
add(hp);
nChamp.setTpl(resultTplRefPerso);
nChamp.setMode(ComboBox.REMOTE);
nChamp.setTpl(resultTplRefPerso);
nChamp.setItemSelector("div.search-item-ref");
nChamp.setTypeAhead(false);
nChamp.setLoadingText("Recherche...");
nChamp.setHideTrigger(true);
nChamp.setValidateOnBlur(false);
nChamp.setWidth("250px");
nChamp.setValue("");
nChamp.focus();
ajouterListeners();