{card}
Plugin: Composition Plugin
In coordination with the deck macro, allows for the creation of tabbed content.
Usage
{deck:id=[Unique Deck ID]}
{card:label=Card 1}
Card 1 content.
{card}
{card:label=Card 2}
Card 2 content.
{card}
{deck}
Parameters
| Name | Required | Default | Description |
|---|---|---|---|
| label | | The label for the deck. May contain simple wiki text (e.g. bold, italic, emoticons and images). | |
| default | | false
| If true, this card will be the default one shown when the page is first viewed. |
| class | | The custom CSS class the card is decorated by. Inherits its value from the containing {deck} if not specified. | |
| accessKey | | The key that is hot linked to the specified card.
| |
| nextAfter | | The number of seconds the slide will stay visible before moving to the next one. By default the current slide will not transition until prompted by the user. Inherits its value from the containing {deck} if not specified. | |
| effectType | | none
| The effect to use when moving to this slide. May be 'fade' or 'none'. Inherits its value from the containing {deck} if not specified. |
| effectDuration | | The number of seconds the transition will take to complete. Eg. '1.5' or '10'. Inherits its value from the containing {deck} if not specified. |
Discussions