blob: e9b24a4364c40cf318399b0a6be7eb65a6eefff4 [file] [log] [blame]
<tr>
<td class="tdLabel"><label for="collection" class="label">mylabel:</label></td>
<td class="tdInput"><select name="collection" id="collection" multiple="multiple" onmousedown="alert('onmousedown');" onmouseup="alert('onmouseup');" onmouseover="alert('onmouseover');" onmousemove="alert('onmousemove');" onmouseout="alert('onmouseout');">
<option value="hello" selected="selected">world</option>
<option value="foo" selected="selected">bar</option>
<option value="cat">dog</option>
</select>
<inputtype="hidden" id="__multiselect_collection" name="__multiselect_collection" value=""/>
</td>
</tr>