From b905874c06dd443922a28ce972ff61ad2c082caf Mon Sep 17 00:00:00 2001 From: William Jackson Date: Wed, 23 Dec 2015 22:28:52 +0200 Subject: [PATCH] Added a paragraph describing the use of tooltips --- editions/tw5.com/tiddlers/macros/TabsMacro.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/macros/TabsMacro.tid b/editions/tw5.com/tiddlers/macros/TabsMacro.tid index c012135a2..0119afda2 100644 --- a/editions/tw5.com/tiddlers/macros/TabsMacro.tid +++ b/editions/tw5.com/tiddlers/macros/TabsMacro.tid @@ -7,7 +7,7 @@ type: text/vnd.tiddlywiki The <<.def tabs>> [[macro|Macros]] presents a [[selection of tiddlers|Title Selection]] as a set of tabs that the user can switch between. -The tabs display the <<.field caption>> field of a tiddler if it has one, or the tiddler's title otherwise. +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>>.