options-new.html 811 B

1234567891011121314151617181920212223242526272829303132333435
  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/events.html %}
  24. </div>
  25. <div class="col-md-3" role="complementary">
  26. {% include nav/options-new.html %}
  27. </div>
  28. </div>
  29. </div>
  30. <script type="text/javascript">
  31. prettyPrint();
  32. </script>