options-new.html 857 B

123456789101112131415161718192021222324252627282930313233343536
  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-new/introduction.html %}
  20. {% include options-new/core.html %}
  21. {% include options-new/data.html %}
  22. {% include options-new/selections.html %}
  23. {% include options-new/dropdown.html %}
  24. {% include options-new/events.html %}
  25. </div>
  26. <div class="col-md-3" role="complementary">
  27. {% include nav/options-new.html %}
  28. </div>
  29. </div>
  30. </div>
  31. <script type="text/javascript">
  32. prettyPrint();
  33. </script>