1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
---
layout: default
title: Options - Select2
slug: options
---
<section class="jumbotron">
<div class="container">
<h1>
Options
</h1>
<p class="lead">
Select2 supports a wide variety of options that allow you to customize it to your needs.
</p>
</div>
</section>
<div class="container s2-docs-container">
<div class="row">
<div class="col-md-9" role="main">
{% include options/introduction.html %}
{% include options/core.html %}
{% include options/data.html %}
{% include options/selections.html %}
{% include options/dropdown.html %}
{% include options/events.html %}
{% include options/compatibility.html %}
</div>
<div class="col-md-3" role="complementary">
{% include nav/options.html %}
</div>
</div>
</div>
<script type="text/javascript">
prettyPrint();
</script>
|