1
0
mirror of synced 2024-11-22 21:16:10 +03:00

added missing docs

This commit is contained in:
Igor Vaynberg 2012-08-01 05:51:59 -07:00
parent c75865a660
commit 8e395cbe72
2 changed files with 24 additions and 0 deletions

View File

@ -1154,6 +1154,18 @@ $("#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
</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
</td></tr>
<tr><td>dropdownCssClass</td><td>function/string</td><td>
Css class that will be added to select2's dropdown container
</td></tr>
</table>
<div class="row">

View File

@ -1155,6 +1155,18 @@ $("#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
</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
</td></tr>
<tr><td>dropdownCssClass</td><td>function/string</td><td>
Css class that will be added to select2's dropdown container
</td></tr>
</table>
<div class="row">