1
0
mirror of synced 2025-02-16 20:13:16 +03:00

Indention, whitespace.

This commit is contained in:
Florian Kissling 2015-06-07 16:40:00 +02:00
parent 2c627b4875
commit 2b8865b3b3
3 changed files with 463 additions and 456 deletions

File diff suppressed because it is too large Load Diff

View File

@ -40,7 +40,8 @@ slug: home
Select2 comes with support for
<a href="examples.html#rtl">RTL environments</a>,
<a href="examples.html#diacritics">searching with diacritics</a> and
<a href="examples.html#language">over 40 languages</a> built-in.</p>
<a href="examples.html#language">over 40 languages</a> built-in.
</p>
</div>
<div class="col-sm-4">
@ -48,7 +49,8 @@ slug: home
<h4>Remote data support</h4>
<p>
<a href="examples.html#data-ajax">Using AJAX</a> you can efficiently
search large lists of items.</p>
search large lists of items.
</p>
</div>
<div class="col-sm-4">
@ -141,6 +143,7 @@ slug: home
$('select').select2();
&lt;/script&gt;
</pre>
</li>
<li>
Check out the <a href="examples.html">examples page</a> to start using
@ -176,6 +179,7 @@ slug: home
&lt;link href="path/to/select2.min.css" rel="stylesheet" /&gt;
&lt;script src="path/to/select2.min.js"&gt;&lt;/script&gt;
</pre>
</li>
<li>
Check out the <a href="examples.html">examples page</a> to start using

View File

@ -13,25 +13,24 @@ slug: options
</section>
<div class="container s2-docs-container">
<div class="row">
<div class="col-md-9" role="main">
<div class="row">
<div class="col-md-9" role="main">
{% include options/core-options.html %}
{% include options/dropdown.html %}
{% include options/events.html %}
{% include options/adapters.html %}
{% include options/setting-default-options.html %}
{% include options/backwards-compatibility.html %}
{% include options/core-options.html %}
{% include options/dropdown.html %}
{% include options/events.html %}
{% include options/adapters.html %}
{% include options/setting-default-options.html %}
{% include options/backwards-compatibility.html %}
</div>
<div class="col-md-3" role="complementary">
</div>
<div class="col-md-3" role="complementary">
{% include nav/options.html %}
{% include nav/options.html %}
</div>
</div>
</div>
</div>
<script type="text/javascript">
prettyPrint();
<script type="text/javascript">prettyPrint();
</script>