The <code>onDropdownShow</code> and <code>onDropdownHide</code> represent the <code>show.bs.dropdown</code> and <code>hide.bs.dropdown</code> events provided by Twitter Bootstrap.
</td>
</tr>
<tr>
<td>
<selectid="example46"multiple="multiple">
<optionvalue="cheese">Cheese</option>
<optionvalue="tomatoes">Tomatoes</option>
<optionvalue="mozarella">Mozzarella</option>
<optionvalue="mushrooms">Mushrooms</option>
<optionvalue="pepperoni">Pepperoni</option>
<optionvalue="onions">Onions</option>
</select>
</td>
<td>
Use the <code>checkboxName</code> to adapt the <code>name</code> attribute of the used checkboxes.
</td>
</tr>
</table>
<divclass="page-header">
...
...
@@ -836,6 +855,23 @@
maxHeight: 400
});
});
</script>
</pre>
</td>
</tr>
<tr>
<td><code>checkboxName</code></td>
<td>
Used to configure the <code>name</code> attribute of the checkboxes or radio buttons used within the multiselect.