1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
x="<center><select id='etape32' style='width:160px' name='etape32' class='hidden'><option value=\""+$('etape2').options[$('etape2').options.selectedIndex].value+"\">"+$('etape2').options[$('etape2').options.selectedIndex].text+"</select><input type='text' style='width:160px' value=\""+$('etape2').options[$('etape2').options.selectedIndex].text+ "\" readonly />"+
" </center><center><br>"+ operation[1] +"
<input autocomplete='off' type='text' name='ConditionVal' id='ConditionVal' width='20' size='35' /><div id='propositionAutoComp' class='autocomplete'></div>
<br>" +
"<input type='button' align='middle' value='"+ operation[2] +"' onclick='AjouterValUser();'/>" +
"<input type='button' value='"+ operation[3] +"' onclick='Modalbox.hide(); return false;' /></center>";
new Ajax.Autocompleter(
"ConditionVal",
"propositionAutoComp",
"../modules/rapports/autocomplete.jsp",
{
paramName: 'CharSaisie',
minChars: 1,
parameters: 'getname=DIM11&getnameaxe=D1_AXE1'
});
Modalbox.show(x, {title: operation[0] , width: 980}); |
Partager