1
0
mirror of synced 2025-02-03 21:59:24 +03:00

Rename options-new to options

This commit is contained in:
Kevin Brown 2015-09-14 19:30:32 -04:00
parent 8ac5f1ddf2
commit 2b91ac0a20
36 changed files with 82 additions and 82 deletions

View File

@ -1,10 +0,0 @@
<section>
<h1>
Backwards compatibility
</h1>
{% include options-new/compatibility/matcher.html %}
{% include options-new/compatibility/initial-selection.html %}
{% include options-new/compatibility/query-function.html %}
{% include options-new/compatibility/text-input.html %}
</section>

View File

@ -1,9 +0,0 @@
<section>
<h1>
Core options
</h1>
{% include options-new/core/options.html %}
{% include options-new/core/data-attributes.html %}
{% include options-new/core/amd-support.html %}
</section>

View File

@ -1,9 +0,0 @@
<section>
<h1>
Data adapters
</h1>
{% include options-new/data/select.html %}
{% include options-new/data/array.html %}
{% include options-new/data/ajax.html %}
</section>

View File

@ -1,9 +0,0 @@
<section>
<h1 id="results">
Displaying results
</h1>
{% include options-new/dropdown/filtering.html %}
{% include options-new/dropdown/selections.html %}
{% include options-new/dropdown/placement.html %}
</section>

View File

@ -1,8 +0,0 @@
<section>
<h1>
Events
</h1>
{% include options-new/events/jquery.html %}
{% include options-new/events/internal.html %}
</section>

View File

@ -1,10 +0,0 @@
<section>
<h1 id="selections">
Displaying selections
</h1>
{% include options-new/selections/multiple.html %}
{% include options-new/selections/placeholder.html %}
{% include options-new/selections/clearing-selections.html %}
{% include options-new/selections/templating.html %}
</section>

View File

@ -0,0 +1,10 @@
<section>
<h1>
Backwards compatibility
</h1>
{% include options/compatibility/matcher.html %}
{% include options/compatibility/initial-selection.html %}
{% include options/compatibility/query-function.html %}
{% include options/compatibility/text-input.html %}
</section>

View File

@ -0,0 +1,9 @@
<section>
<h1>
Core options
</h1>
{% include options/core/options.html %}
{% include options/core/data-attributes.html %}
{% include options/core/amd-support.html %}
</section>

View File

@ -0,0 +1,9 @@
<section>
<h1>
Data adapters
</h1>
{% include options/data/select.html %}
{% include options/data/array.html %}
{% include options/data/ajax.html %}
</section>

View File

@ -19,7 +19,7 @@
What should the results returned to Select2 look like?
</h3>
{% include options-new/not-written.html %}
{% include options/not-written.html %}
<h3>
Is there a way to modify the response before passing it back to Select2?

View File

@ -0,0 +1,9 @@
<section>
<h1 id="results">
Displaying results
</h1>
{% include options/dropdown/filtering.html %}
{% include options/dropdown/selections.html %}
{% include options/dropdown/placement.html %}
</section>

View File

@ -7,17 +7,17 @@
Can Select2 wait until the user has typed a search term before triggering the request?
</h3>
{% include options-new/not-written.html %}
{% include options/not-written.html %}
<h3>
Select2 is allowing long search terms, can this be prevented?
</h3>
{% include options-new/not-written.html %}
{% include options/not-written.html %}
<h3>
I only want the search box if there are enough results
</h3>
{% include options-new/not-written.html %}
{% include options/not-written.html %}
</section>

View File

@ -7,23 +7,23 @@
Can the dropdown be placed directly after the selection container?
</h3>
{% include options-new/not-written.html %}
{% include options/not-written.html %}
<h3 id="dropdownParent">
Can I pick an element for the dropdown to be appended to?
</h3>
{% include options-new/not-written.html %}
{% include options/not-written.html %}
<h3>
I&apos;m using a Bootstrap modal and I can&apos;t use the search box
</h3>
{% include options-new/not-written.html %}
{% include options/not-written.html %}
<h3>
I&apos;m using jQuery UI and I can&apos;t use the search box
</h3>
{% include options-new/not-written.html %}
{% include options/not-written.html %}
</section>

View File

@ -7,11 +7,11 @@
Can I select the highlighted result when the dropdown is closed?
</h3>
{% include options-new/not-written.html %}
{% include options/not-written.html %}
<h3>
Can I prevent the dropdown from closing when a result is selected?
</h3>
{% include options-new/not-written.html %}
{% include options/not-written.html %}
</section>

View File

@ -0,0 +1,8 @@
<section>
<h1>
Events
</h1>
{% include options/events/jquery.html %}
{% include options/events/internal.html %}
</section>

View File

@ -7,23 +7,23 @@
What events will Select2 trigger?
</h3>
{% include options-new/not-written.html %}
{% include options/not-written.html %}
<h3>
How can I attach listeners for these events?
</h3>
{% include options-new/not-written.html %}
{% include options/not-written.html %}
<h3>
What events does Select2 listen for?
</h3>
{% include options-new/not-written.html %}
{% include options/not-written.html %}
<h3>
What events can be prevented? How can I prevent a selection from being made?
</h3>
{% include options-new/not-written.html %}
{% include options/not-written.html %}
</section>

View File

@ -0,0 +1,10 @@
<section>
<h1 id="selections">
Displaying selections
</h1>
{% include options/selections/multiple.html %}
{% include options/selections/placeholder.html %}
{% include options/selections/clearing-selections.html %}
{% include options/selections/templating.html %}
</section>

View File

@ -7,11 +7,11 @@
The "x" icon is not clearing the selection
</h3>
{% include options-new/not-written.html %}
{% include options/not-written.html %}
<h3>
Can users remove all of their selections in a multiple select at once?
</h3>
{% include options-new/not-written.html %}
{% include options/not-written.html %}
</section>

View File

@ -7,17 +7,17 @@
Nothing is being displayed when I select an option
</h3>
{% include options-new/not-written.html %}
{% include options/not-written.html %}
<h3>
I am using HTML in my selection template but it isn't displaying it
</h3>
{% include options-new/not-written.html %}
{% include options/not-written.html %}
<h3>
How can I access the container where the selection is displayed?
</h3>
{% include options-new/not-written.html %}
{% include options/not-written.html %}
</section>

View File

@ -18,16 +18,16 @@ slug: options
<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/data.html %}
{% include options-new/selections.html %}
{% include options-new/dropdown.html %}
{% include options-new/events.html %}
{% include options-new/compatibility.html %}
{% 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-new.html %}
{% include nav/options.html %}
</div>
</div>
</div>