fix docs for dropdown/containerCss options
This commit is contained in:
parent
5bb884d183
commit
dab4e9ed37
@ -1154,14 +1154,14 @@ $("#tags").select2({
|
||||
they will be converted into an object that has an <code>id</code> and <code>text</code> attribute equal
|
||||
to the value of the <code>string</code>.
|
||||
</td></tr>
|
||||
<tr><td>containerCss</td><td>function/string</td><td>
|
||||
Inline css that will be added to select2's container
|
||||
<tr><td>containerCss</td><td>function/object</td><td>
|
||||
Inline css that will be added to select2's container. Either an object containing css property/value key pairs or a function that returns such an object.
|
||||
</td></tr>
|
||||
<tr><td>containerCssClass</td><td>function/string</td><td>
|
||||
Css class that will be added to select2's container tag
|
||||
</td></tr>
|
||||
<tr><td>dropdownCss</td><td>function/string</td><td>
|
||||
Inline css that will be added to select2's dropdown container
|
||||
<tr><td>dropdownCss</td><td>function/object</td><td>
|
||||
Inline css that will be added to select2's dropdown container. Either an object containing css property/value key pairs or a function that returns such an object.
|
||||
</td></tr>
|
||||
<tr><td>dropdownCssClass</td><td>function/string</td><td>
|
||||
Css class that will be added to select2's dropdown container
|
||||
|
@ -1186,14 +1186,14 @@ $("#tags").select2({
|
||||
they will be converted into an object that has an <code>id</code> and <code>text</code> attribute equal
|
||||
to the value of the <code>string</code>.
|
||||
</td></tr>
|
||||
<tr><td>containerCss</td><td>function/string</td><td>
|
||||
Inline css that will be added to select2's container
|
||||
<tr><td>containerCss</td><td>function/object</td><td>
|
||||
Inline css that will be added to select2's container. Either an object containing css property/value key pairs or a function that returns such an object.
|
||||
</td></tr>
|
||||
<tr><td>containerCssClass</td><td>function/string</td><td>
|
||||
Css class that will be added to select2's container tag
|
||||
</td></tr>
|
||||
<tr><td>dropdownCss</td><td>function/string</td><td>
|
||||
Inline css that will be added to select2's dropdown container
|
||||
<tr><td>dropdownCss</td><td>function/object</td><td>
|
||||
Inline css that will be added to select2's dropdown container. Either an object containing css property/value key pairs or a function that returns such an object.
|
||||
</td></tr>
|
||||
<tr><td>dropdownCssClass</td><td>function/string</td><td>
|
||||
Css class that will be added to select2's dropdown container
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit d92a5726944689198ca229c581560531b154ad52
|
||||
Subproject commit 220e50fd92102a02f40c5cf88dd022eb923bd414
|
Loading…
Reference in New Issue
Block a user