1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 03:03:18 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/macros/TabsMacro.tid

28 lines
878 B
Plaintext
Raw Normal View History

2013-12-28 17:57:11 +00:00
created: 20131228162203521
modified: 20131228162445166
2013-11-21 17:32:24 +00:00
tags: macros
2013-12-28 17:57:11 +00:00
title: TabsMacro
type: text/vnd.tiddlywiki
2013-11-21 17:32:24 +00:00
The tabs macro displays a list of tiddlers as a tab control. The user can switch between tabs by clicking on them. By default, the tabs are labelled with the title of the corresponding tiddler. Alternatively, if a `caption` field is specified then it is used instead.
! Parameters
|!Position |!Name |!Description |!Default |
|1st |tabsList |Filter giving the tiddlers to be displayed | |
|2nd |default |Name of the tiddler containing the default tab | |
|3rd |state |String to distinguish multiple tabs within the same tiddler |''$:/state/tab'' |
! Examples
Here is an example of the tabs macro:
2013-12-28 17:57:11 +00:00
```
<<tabs "Docs WikiText Features RoadMap" "WikiText" 1>>
```
2013-11-21 17:32:24 +00:00
<<tabs "Docs WikiText Features RoadMap" "WikiText" 1>>
<<tabs "[tag[tips]]" "GoogleChromeTips" 2>>