Commit 5db55ead authored by David Stutz's avatar David Stutz

#212 for 2.3.2 branch.

parent 0f87c66c
......@@ -202,6 +202,10 @@
includeSelectAllOption: true,
maxHeight: 150
});
$('#example46').multiselect({
checkboxName: 'multiselect-checkbox'
});
});
</script>
<p>
......@@ -559,6 +563,21 @@
Using <code>optgroups</code>s with filtering and the select all option.
</td>
</tr>
<tr>
<td>
<select id="example46" multiple="multiple">
<option value="cheese">Cheese</option>
<option value="tomatoes">Tomatoes</option>
<option value="mozarella">Mozzarella</option>
<option value="mushrooms">Mushrooms</option>
<option value="pepperoni">Pepperoni</option>
<option value="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>
<div class="page-header">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment