diff --git a/docs/_includes/nav/examples.html b/docs/_includes/nav/examples.html index c7bef5ad..5a1902ae 100644 --- a/docs/_includes/nav/examples.html +++ b/docs/_includes/nav/examples.html @@ -10,16 +10,17 @@ Placeholders
@@ -125,49 +126,15 @@ $(".js-example-placeholder-multiple").select2({ placeholder: "Select a state" }); +
- Various display options of the Select2 component can be changed:
- You can access the <option>
element
- (or <optgroup>
) and any attributes on those elements
- using .element
.
-
- Templating is primarily controlled by the
- templateResult
- and templateSelection
- options.
-
- -
-@@ -208,10 +175,8 @@ $(".js-example-data-array-selected").select2({ -
Select2 comes with AJAX support built in, using jQuery's AJAX methods. @@ -283,43 +248,11 @@ $(".js-data-example-ajax").select2({ +
- Select2's width can be set to a percentage of its parent to support - responsive design. The two Select2 boxes below are styled to 50% and 75% - width respectively. -
- -- -
- -- -
-style
declaration into the tag.
- @@ -362,6 +295,7 @@ $(".js-programmatic-disable").on("click", function () { $(".js-example-disabled-multi").prop("disabled", true); }); +
- Select2 supports methods that allow programmatic control of the - component. -
- -- -
- - - -- -
- -@@ -522,7 +385,12 @@ $(".js-example-basic-hide-search").select2({
Select2 will trigger some events on the original select element, @@ -601,9 +469,80 @@ function log (name, evt) { }); } + +
+ Select2 supports methods that allow programmatic control of the + component. +
+ ++ +
+ + + ++ +
+ +@@ -637,6 +576,7 @@ $(".js-example-tags").select2({
@@ -673,6 +613,7 @@ $(".js-example-tokenizer").select2({
@@ -716,7 +657,108 @@ $.fn.select2.amd.require(['select2/compat/matcher'], function (oldMatcher) {
+ Select2 supports displaying the messages in different languages, as well + as providing your own + custom messages + that can be displayed. +
+ +
+ The language does not have to be defined when Select2 is being
+ initialized, but instead can be defined in the [lang]
+ attribute of any parent elements as [lang="es"]
.
+
+ +
+
+ Select2 will work on RTL websites if the dir
attribute is
+ set on the <select>
or any parents of it. You can also
+ initialize Select2 with dir: "rtl"
set.
+
+ +
++ Select2's default matcher will ignore diacritics, making it easier for + users to filter results in international selects. Type "aero" into the + select below. +
+ ++ +
+Select2 supports custom themes using the @@ -752,94 +794,74 @@ $(".js-example-theme-multiple").select2({ }); -
- Select2 supports displaying the messages in different languages, as well
- as providing your own
- custom messages
- that can be displayed.
+ Various display options of the Select2 component can be changed:
+ You can access the <option>
element
+ (or <optgroup>
) and any attributes on those elements
+ using .element
.
- The language does not have to be defined when Select2 is being
- initialized, but instead can be defined in the [lang]
- attribute of any parent elements as [lang="es"]
.
+ Templating is primarily controlled by the
+ templateResult
+ and templateSelection
+ options.
- +
- Select2 will work on RTL websites if the dir
attribute is
- set on the <select>
or any parents of it. You can also
- initialize Select2 with dir: "rtl"
set.
+ Select2's width can be set to a percentage of its parent to support
+ responsive design. The two Select2 boxes below are styled to 50% and 75%
+ width respectively.
- +
-- Select2's default matcher will ignore diacritics, making it easier for - users to filter results in international selects. Type "aero" into the - select below. -
- -- +