1
0
mirror of synced 2024-11-26 14:56:07 +03:00

catch up to master

This commit is contained in:
Igor Vaynberg 2013-04-03 09:20:42 -07:00
parent fb78905c6a
commit f3f6625794
2 changed files with 4 additions and 1 deletions

View File

@ -1463,6 +1463,9 @@ $("#select").select2({
<tr><td>dropdownCssClass</td><td>function/string</td><td> <tr><td>dropdownCssClass</td><td>function/string</td><td>
Css class that will be added to select2's dropdown container Css class that will be added to select2's dropdown container
</td></tr> </td></tr>
<tr><td>dropdownAutoWidth</td><td>boolean</td><td>
When set to <code>true</code> attempts to automatically size the width of the dropdown based on content inside.
</td></tr>
<tr><td>adaptContainerCssClass</td><td>function</td><td> <tr><td>adaptContainerCssClass</td><td>function</td><td>
Function that filters/renames css classes as they are copied from the source tag to the select2 container tag. Function that filters/renames css classes as they are copied from the source tag to the select2 container tag.
<pre>adaptContainerCssClass(clazz)</pre> <pre>adaptContainerCssClass(clazz)</pre>

@ -1 +1 @@
Subproject commit f9f76d8b4c72605baa937e3749f25187f0cce17f Subproject commit d80ec81199c5cb15807db8049e0b66deb422dd2e