Преглед на файлове

A bunch of questions are missing answers

These will be filled in at a later point in time, hopefully later today.
Kevin Brown преди 9 години
родител
ревизия
46ab1ebc8d

+ 2 - 0
docs/_includes/options-new/data/ajax.html

@@ -19,6 +19,8 @@
     What should the results returned to Select2 look like?
   </h3>
 
+  {% include options-new/not-written.html %}
+
   <h3>
     Is there a way to modify the response before passing it back to Select2?
   </h3>

+ 12 - 0
docs/_includes/options-new/events/jquery.html

@@ -7,11 +7,23 @@
     What events will Select2 trigger?
   </h3>
 
+  {% include options-new/not-written.html %}
+
   <h3>
     How can I attach listeners for these events?
   </h3>
 
+  {% include options-new/not-written.html %}
+
   <h3>
     What events does Select2 listen for?
   </h3>
+
+  {% include options-new/not-written.html %}
+
+  <h3>
+    What events can be prevented? How can I prevent a selection from being made?
+  </h3>
+
+  {% include options-new/not-written.html %}
 </section>

+ 5 - 1
docs/_includes/options-new/selections/clearing-selections.html

@@ -2,12 +2,16 @@
   <h2 id="allowClear">
     Can I allow users to clear their selections?
   </h2>
-  
+
   <h3>
     The "x" icon is not clearing the selection
   </h3>
 
+  {% include options-new/not-written.html %}
+
   <h3>
     Can users remove all of their selections in a multiple select at once?
   </h3>
+
+  {% include options-new/not-written.html %}
 </section>

+ 9 - 3
docs/_includes/options-new/selections/templating.html

@@ -2,16 +2,22 @@
   <h2 id="templateSelection">
     How can I customize the way selections are displayed?
   </h2>
-  
+
   <h3>
     Nothing is being displayed when I select an option
   </h3>
-  
+
+  {% include options-new/not-written.html %}
+
   <h3>
     I am using HTML in my selection template but it isn't displaying it
   </h3>
-  
+
+  {% include options-new/not-written.html %}
+
   <h3>
     How can I access the container where the selection is displayed?
   </h3>
+
+  {% include options-new/not-written.html %}
 </section>