1
0
mirror of synced 2024-11-22 13:06:08 +03:00

fix docs for dropdown/containerCss options

This commit is contained in:
Igor Vaynberg 2012-08-07 08:40:59 -07:00
parent 5bb884d183
commit dab4e9ed37
3 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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