Rename options-new to options
This commit is contained in:
parent
8ac5f1ddf2
commit
2b91ac0a20
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -1,8 +0,0 @@
|
|||||||
<section>
|
|
||||||
<h1>
|
|
||||||
Events
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
{% include options-new/events/jquery.html %}
|
|
||||||
{% include options-new/events/internal.html %}
|
|
||||||
</section>
|
|
@ -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>
|
|
10
docs/_includes/options/compatibility.html
Normal file
10
docs/_includes/options/compatibility.html
Normal 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>
|
9
docs/_includes/options/core.html
Normal file
9
docs/_includes/options/core.html
Normal 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>
|
9
docs/_includes/options/data.html
Normal file
9
docs/_includes/options/data.html
Normal 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>
|
@ -19,7 +19,7 @@
|
|||||||
What should the results returned to Select2 look like?
|
What should the results returned to Select2 look like?
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
{% include options-new/not-written.html %}
|
{% include options/not-written.html %}
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
Is there a way to modify the response before passing it back to Select2?
|
Is there a way to modify the response before passing it back to Select2?
|
9
docs/_includes/options/dropdown.html
Normal file
9
docs/_includes/options/dropdown.html
Normal 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>
|
@ -7,17 +7,17 @@
|
|||||||
Can Select2 wait until the user has typed a search term before triggering the request?
|
Can Select2 wait until the user has typed a search term before triggering the request?
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
{% include options-new/not-written.html %}
|
{% include options/not-written.html %}
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
Select2 is allowing long search terms, can this be prevented?
|
Select2 is allowing long search terms, can this be prevented?
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
{% include options-new/not-written.html %}
|
{% include options/not-written.html %}
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
I only want the search box if there are enough results
|
I only want the search box if there are enough results
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
{% include options-new/not-written.html %}
|
{% include options/not-written.html %}
|
||||||
</section>
|
</section>
|
@ -7,23 +7,23 @@
|
|||||||
Can the dropdown be placed directly after the selection container?
|
Can the dropdown be placed directly after the selection container?
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
{% include options-new/not-written.html %}
|
{% include options/not-written.html %}
|
||||||
|
|
||||||
<h3 id="dropdownParent">
|
<h3 id="dropdownParent">
|
||||||
Can I pick an element for the dropdown to be appended to?
|
Can I pick an element for the dropdown to be appended to?
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
{% include options-new/not-written.html %}
|
{% include options/not-written.html %}
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
I'm using a Bootstrap modal and I can't use the search box
|
I'm using a Bootstrap modal and I can't use the search box
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
{% include options-new/not-written.html %}
|
{% include options/not-written.html %}
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
I'm using jQuery UI and I can't use the search box
|
I'm using jQuery UI and I can't use the search box
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
{% include options-new/not-written.html %}
|
{% include options/not-written.html %}
|
||||||
</section>
|
</section>
|
@ -7,11 +7,11 @@
|
|||||||
Can I select the highlighted result when the dropdown is closed?
|
Can I select the highlighted result when the dropdown is closed?
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
{% include options-new/not-written.html %}
|
{% include options/not-written.html %}
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
Can I prevent the dropdown from closing when a result is selected?
|
Can I prevent the dropdown from closing when a result is selected?
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
{% include options-new/not-written.html %}
|
{% include options/not-written.html %}
|
||||||
</section>
|
</section>
|
8
docs/_includes/options/events.html
Normal file
8
docs/_includes/options/events.html
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<section>
|
||||||
|
<h1>
|
||||||
|
Events
|
||||||
|
</h1>
|
||||||
|
|
||||||
|
{% include options/events/jquery.html %}
|
||||||
|
{% include options/events/internal.html %}
|
||||||
|
</section>
|
@ -7,23 +7,23 @@
|
|||||||
What events will Select2 trigger?
|
What events will Select2 trigger?
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
{% include options-new/not-written.html %}
|
{% include options/not-written.html %}
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
How can I attach listeners for these events?
|
How can I attach listeners for these events?
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
{% include options-new/not-written.html %}
|
{% include options/not-written.html %}
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
What events does Select2 listen for?
|
What events does Select2 listen for?
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
{% include options-new/not-written.html %}
|
{% include options/not-written.html %}
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
What events can be prevented? How can I prevent a selection from being made?
|
What events can be prevented? How can I prevent a selection from being made?
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
{% include options-new/not-written.html %}
|
{% include options/not-written.html %}
|
||||||
</section>
|
</section>
|
10
docs/_includes/options/selections.html
Normal file
10
docs/_includes/options/selections.html
Normal 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>
|
@ -7,11 +7,11 @@
|
|||||||
The "x" icon is not clearing the selection
|
The "x" icon is not clearing the selection
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
{% include options-new/not-written.html %}
|
{% include options/not-written.html %}
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
Can users remove all of their selections in a multiple select at once?
|
Can users remove all of their selections in a multiple select at once?
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
{% include options-new/not-written.html %}
|
{% include options/not-written.html %}
|
||||||
</section>
|
</section>
|
@ -7,17 +7,17 @@
|
|||||||
Nothing is being displayed when I select an option
|
Nothing is being displayed when I select an option
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
{% include options-new/not-written.html %}
|
{% include options/not-written.html %}
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
I am using HTML in my selection template but it isn't displaying it
|
I am using HTML in my selection template but it isn't displaying it
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
{% include options-new/not-written.html %}
|
{% include options/not-written.html %}
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
How can I access the container where the selection is displayed?
|
How can I access the container where the selection is displayed?
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
{% include options-new/not-written.html %}
|
{% include options/not-written.html %}
|
||||||
</section>
|
</section>
|
@ -18,16 +18,16 @@ slug: options
|
|||||||
<div class="container s2-docs-container">
|
<div class="container s2-docs-container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-9" role="main">
|
<div class="col-md-9" role="main">
|
||||||
{% include options-new/introduction.html %}
|
{% include options/introduction.html %}
|
||||||
{% include options-new/core.html %}
|
{% include options/core.html %}
|
||||||
{% include options-new/data.html %}
|
{% include options/data.html %}
|
||||||
{% include options-new/selections.html %}
|
{% include options/selections.html %}
|
||||||
{% include options-new/dropdown.html %}
|
{% include options/dropdown.html %}
|
||||||
{% include options-new/events.html %}
|
{% include options/events.html %}
|
||||||
{% include options-new/compatibility.html %}
|
{% include options/compatibility.html %}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-3" role="complementary">
|
<div class="col-md-3" role="complementary">
|
||||||
{% include nav/options-new.html %}
|
{% include nav/options.html %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
Loading…
x
Reference in New Issue
Block a user