Bonjour, 
J'ai un soucis avec les boutons de mon "double-listbox"
J'ai pris comme exemple :samples/blocks/forms/form1 => onglet Multivalue fields

J'obtient bien mon double-listbox, mais les boutons sont inactifs...
Ci joint un extrait du fichier xml correspondant à mon html généré:

[...]
<tr> 
<td colspan="2"> 
                <label title="" for="genes:input">Indicate which genes of the 
following list you'd like to enter in your pathway:</label> 
</td> 
</tr> 
<tr> 
<td colspan="2"> 
                <div title="" class="forms-doubleList" id="genes"> 
                <table> 
                 <tr> 
                                <th>Available genes</th> 
                                <th /> 
                                <th>Your selection</th> 
                </tr> 
                <tr> 
                                <td> 
                                        <select 
ondblclick="optN10049.forms_transferRight()" multiple="multiple" 
name="genes.unselected" id="genes.unselected" size="6"> 
                                        <option value="AAAA">AAAA</option> 
                                        <option value="BBBB">BBBB</option> 
                                        <option value="AAoA">AAoA</option> 
                                        <option value="AAPA">AAPA</option> 
                                        <option value="CCCB">CCCB</option> 
                                        <option value="AIPA">AIPA</option> 
                                        <option value="CICB">CICB</option> 
                                        </select> 
                                </td> 
                                <td> 
                                        <input 
onclick="optN10049.forms_transferRight()" value=">" type="button" /> 
                                        <br /> 
                                        <input 
onclick="optN10049.forms_transferAllRight()" value=">>" type="button" /> 
                                        <br /> 
                                        <input 
onclick="optN10049.forms_transferLeft()" value="<" type="button" /> 
                                        <br /> 
                                        <input 
onclick="optN10049.forms_transferAllLeft()" value="<<" type="button" /> 
                                <br /> 
                                </td> 
                                <td> 
                                        <select 
ondblclick="optN10049.forms_transferLeft()" multiple="multiple" name="genes" 
id="genes:input" size="6" /> 
                                </td> 
                </tr> 
</table> 
<script type="text/javascript">var optN10049 = 
forms_createOptionTransfer('genes', false);</script> 
</div> 
</td> 
</tr>

Votre aide me sera précieuse...
Merci

Bérengère



Répondre à