{card}
Plugin: Composition Plugin
In coordination with the deck macro, allows for the creation of tabbed content.
Usage
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.
- Works in Firefox 2 using: Alt + Shift + <character> (Note that some characters (for example b, which accesses the bookmarks toolbar and t which accesses the Tools toolbar menu, will not work as an access key as the default browser functionality take precedence)
- accessKeys are not compatible with IE6 and IE7
|
| 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. |
See Also