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:35] 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 8: Line 7:
 {{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}} {{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}
 {{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}} {{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}
 +</carousel></code>
 +
 +=== OR ===
 +
 +<code html><carousel>
 +<slide>{{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}</slide>
 +<slide>{{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}</slide>
 +<slide>{{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}</slide>
 </carousel></code> </carousel></code>
  
Line 29: Line 36:
 </slide> </slide>
 [...] [...]
-</code>+</carousel></code>
  
 \\ \\
Line 56: 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.1438979733.txt.gz
  • Last modified: 9 years ago
  • by Giuseppe Di Terlizzi