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

32 lines
1.5 KiB
Plaintext
Raw Normal View History

caption: tabs
2013-12-28 17:57:11 +00:00
created: 20131228162203521
modified: 20150221211706000
tags: Macros [[Core Macros]]
title: tabs Macro
2013-12-28 17:57:11 +00:00
type: text/vnd.tiddlywiki
2013-11-21 17:32:24 +00:00
The <<.def tabs>> [[macro|Macros]] presents a [[selection of tiddlers|Title Selection]] as a set of tabs that the user can switch between.
2013-11-21 17:32:24 +00:00
The tabs display the <<.field caption>> field of a tiddler if it has one, or the tiddler's title otherwise. If specified, the tabs display the <<.field tooltip>> field of a tiddler as the respective button tooltip.
By default the tabs are arranged horizontally above the content. To get vertical tabs, set the <<.param class>> parameter to <<.value tc-vertical>>.
2013-11-21 17:32:24 +00:00
!! Parameters
2013-11-21 17:32:24 +00:00
;tabsList
: A [[filter|Filters]] selecting which tiddlers to include
;default
: The title of the tiddler whose tab is to be selected by default
;state
: The prefix for the title of a [[state tiddler|StateMechanism]] for noting the currently selected tab, defaulting to `$:/state/tab`. It is recommended that this be a [[system tiddler|SystemTiddlers]]
;class
: Additional [[CSS|Cascading Style Sheets]] classes for the generated `div` elements. Multiple classes can be separated with spaces
;template
: Optionally, the title of a tiddler to use as a [[template|TemplateTiddlers]] for transcluding the content of the selected tab
Within the template, the title of the selected tab is available in the <<.var currentTab>> variable.
2013-11-21 17:32:24 +00:00
The <<.vlink currentTiddler>> variable is not affected by the <<.var tabs>> macro.
2013-11-21 17:32:24 +00:00
<<.macro-examples "tabs">>