Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1968 Rev 1971
Line 116... Line 116...
116
		
116
		
117
		hp.add(ajouterChampsEtenduEtFermer);
117
		hp.add(ajouterChampsEtenduEtFermer);
118
		hp.add(ajouterChampsEtendu);
118
		hp.add(ajouterChampsEtendu);
119
		hp.add(annulerAjouterChampEtendu);	
119
		hp.add(annulerAjouterChampEtendu);	
120
		add(hp);
120
		add(hp);
121
		
-
 
122
		nChamp.setMode(ComboBox.REMOTE);
121
				
-
 
122
		nChamp.setTpl(resultTplRefPerso);
123
		nChamp.setTpl(resultTplRefPerso);
123
		nChamp.setMode(ComboBox.REMOTE);
124
		nChamp.setItemSelector("div.search-item-ref");
124
		nChamp.setItemSelector("div.search-item-ref");
125
		nChamp.setTypeAhead(false);  
125
		nChamp.setTypeAhead(false);  
126
		nChamp.setLoadingText("Recherche...");  
126
		nChamp.setLoadingText("Recherche...");  
-
 
127
		nChamp.setHideTrigger(true);
127
		nChamp.setHideTrigger(true);
128
		nChamp.setValidateOnBlur(false);
128
		nChamp.setWidth("250px");	
-
 
129
		nChamp.setValue("");
129
		nChamp.setWidth("250px");	
Line 130... Line 130...
130
		nChamp.focus();
130
		nChamp.focus();
131
		
131