options.html 876 B

12345678910111213141516171819202122232425262728293031323334353637
  1. ---
  2. layout: default
  3. title: Options - Select2
  4. slug: options
  5. ---
  6. <section class="jumbotron">
  7. <div class="container">
  8. <h1>
  9. Options
  10. </h1>
  11. <p class="lead">
  12. Select2 supports a wide variety of options that allow you to customize it to your needs.
  13. </p>
  14. </div>
  15. </section>
  16. <div class="container s2-docs-container">
  17. <div class="row">
  18. <div class="col-md-9" role="main">
  19. {% include options/introduction.html %}
  20. {% include options/core.html %}
  21. {% include options/data.html %}
  22. {% include options/selections.html %}
  23. {% include options/dropdown.html %}
  24. {% include options/events.html %}
  25. {% include options/compatibility.html %}
  26. </div>
  27. <div class="col-md-3" role="complementary">
  28. {% include nav/options.html %}
  29. </div>
  30. </div>
  31. </div>
  32. <script type="text/javascript">
  33. prettyPrint();
  34. </script>