2015-08-30 02:51:52 +03:00
|
|
|
---
|
|
|
|
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-new/introduction.html %}
|
|
|
|
{% include options-new/core.html %}
|
2015-09-01 03:43:01 +03:00
|
|
|
{% include options-new/data.html %}
|
2015-08-30 02:51:52 +03:00
|
|
|
{% include options-new/selections.html %}
|
2015-09-01 04:14:59 +03:00
|
|
|
{% include options-new/events.html %}
|
2015-08-30 02:51:52 +03:00
|
|
|
</div>
|
|
|
|
<div class="col-md-3" role="complementary">
|
2015-09-01 03:43:01 +03:00
|
|
|
{% include nav/options-new.html %}
|
2015-08-30 02:51:52 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
prettyPrint();
|
|
|
|
</script>
|