blob: bebbd9bb642ea8d149b325a606c0406c1d45df81 [file] [log] [blame]
<tr> <td class="tdLabel"></td> <td class="tdInput">
<script type="text/javascript" src="/struts/optiontransferselect.js"></script>
<table>
<tr><td>
<select name="myName" size="5" id="myId" multiple="multiple">
<option value=""></option>
<option value="england">England</option>
<option value="america" selected="selected">America</option>
<option value="australia">Australia</option>
<option value="germany" selected="selected">Germany</option>
</select>
<input type="hidden" id="__multiselect_myId" name="__multiselect_myName" value=""/>
</td></tr>
<tr><td>
&nbsp;<input type="button" value="^" onclick="moveOptionUp(document.getElementById('myId'), 'key', '');" />&nbsp;
&nbsp;<input type="button" value="v" onclick="moveOptionDown(document.getElementById('myId'), 'key', '');" />&nbsp;
&nbsp;<input type="button" value="Select All" onclick="selectAllOptions(document.getElementById('myId'), 'key', '');" />&nbsp;
</td></tr>
</table>
</td> </tr>