wiki:plugin:bootswrapper:carousel

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:plugin:bootswrapper:carousel [2015/08/07 22:36] – [Basic Syntax] Giuseppe Di Terlizziwiki:plugin:bootswrapper:carousel [2016/02/19 15:27] (current) – [Attributes] Giuseppe Di Terlizzi
Line 1: Line 1:
 ====== Carousel ====== ====== Carousel ======
- 
  
 ===== Basic Syntax ===== ===== Basic Syntax =====
Line 37: Line 36:
 </slide> </slide>
 [...] [...]
-</code>+</carousel></code>
  
 \\ \\
Line 64: Line 63:
 </slide> </slide>
 </carousel> </carousel>
 +
 +\\
 +
 +===== Attributes ======
 +
 +<datatable info="false" paging="false" searching="true">
 +^ Attibute ^ Type ^ Default Value ^ Description ^
 +| ''interval'' | number | ''5000'' | The amount of time to delay between automatically cycling an item. If false, carousel will not automatically cycle. |
 +| ''pause''    | string | ''hover'' | Pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave. |
 +| ''wrap''     | boolean | ''true'' | Whether the carousel should cycle continuously or have hard stops. |
 +| ''keyboard'' | boolean | ''true'' | Whether the carousel should react to keyboard events. |
 +</datatable>
  • wiki/plugin/bootswrapper/carousel.1438979796.txt.gz
  • Last modified: 9 years ago
  • by Giuseppe Di Terlizzi