41e4795578
Right now this sets up the new FAQ/Options page with most of the questions for the how to control the selection. Not all of these questions have answers, most of them weren't moved over, but there are plans to add detailed answers to all of them. The questions were aggregated based on common Stack Overflow and IRC questions, as well as commonly asked things on GitHub.
34 lines
721 B
HTML
34 lines
721 B
HTML
---
|
|
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 %}
|
|
{% include options-new/selections.html %}
|
|
</div>
|
|
<div class="col-md-3" role="complementary">
|
|
{% include nav/options.html %}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
prettyPrint();
|
|
</script>
|