Adds documentation for the 'Slider' plugin.
authorSalvatore Iovene <salvatore.iovene@intel.com>
Wed, 17 Oct 2012 07:31:26 +0000 (10:31 +0300)
committerSalvatore Iovene <salvatore.iovene@intel.com>
Wed, 17 Oct 2012 07:31:26 +0000 (10:31 +0300)
docs/templates/pages/javascript.mustache

index 625d71e..960ab72 100644 (file)
@@ -28,6 +28,7 @@
           <li><a href="#carousel"><i class="icon-chevron-right"></i> {{_i}}Carousel{{/i}}</a></li>
           <li><a href="#typeahead"><i class="icon-chevron-right"></i> {{_i}}Typeahead{{/i}}</a></li>
           <li><a href="#affix"><i class="icon-chevron-right"></i> {{_i}}Affix{{/i}}</a></li>
+          <li><a href="#slider"><i class="icon-chevron-right"></i> {{_i}}Slider{{/i}}</a></li>
         </ul>
       </div>
       <div class="span9">
@@ -1609,6 +1610,22 @@ $('[data-spy="affix"]').each(function () {
 
 
 
+        <!-- Slider
+          ================================================== -->
+          <section id="slider">
+            <div class="page-header">
+              <h1>{{_i}}Slider{{/i}}</h1>
+            </div>
+
+            <h2>{{_i}}Example{{/i}}</h2>
+            <div class="ch-slider"></div>
+
+            <hr class="bs-docs-separator">
+
+            <h2>{{_i}}Documentation{{/i}}</h2>
+            <p>The jQuery UI Slider has been ported to Cowhide. Consult its documentation at <a href="http://api.jqueryui.com/slider/" target="_blank">http://api.jqueryui.com/slider/</a>.
+        </section>
+
       </div>{{! /span9 }}
     </div>{{! row}}