added missing docs
This commit is contained in:
parent
c75865a660
commit
8e395cbe72
12
index.html
12
index.html
@ -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
|
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>.
|
to the value of the <code>string</code>.
|
||||||
</td></tr>
|
</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>
|
</table>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
@ -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
|
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>.
|
to the value of the <code>string</code>.
|
||||||
</td></tr>
|
</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>
|
</table>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
Loading…
Reference in New Issue
Block a user