2015-08-09 16:25:01 +00:00
|
|
|
title: $:/core/ui/Buttons/fold-all
|
|
|
|
tags: $:/tags/PageControls
|
|
|
|
caption: {{$:/core/images/fold-all-button}} {{$:/language/Buttons/FoldAll/Caption}}
|
|
|
|
description: {{$:/language/Buttons/FoldAll/Hint}}
|
|
|
|
|
2021-05-24 18:24:37 +00:00
|
|
|
\whitespace trim
|
2015-08-09 16:25:01 +00:00
|
|
|
<$button tooltip={{$:/language/Buttons/FoldAll/Hint}} aria-label={{$:/language/Buttons/FoldAll/Caption}} class=<<tv-config-toolbar-class>>>
|
|
|
|
<$action-sendmessage $message="tm-fold-all-tiddlers" $param=<<currentTiddler>> foldedStatePrefix="$:/state/folded/"/>
|
2024-09-10 11:00:13 +00:00
|
|
|
<%if [<tv-config-toolbar-icons>match[yes]] %>
|
2015-08-09 16:25:01 +00:00
|
|
|
{{$:/core/images/fold-all-button}}
|
2024-09-10 11:00:13 +00:00
|
|
|
<%endif%>
|
|
|
|
<%if [<tv-config-toolbar-text>match[yes]] %>
|
2021-05-24 18:24:37 +00:00
|
|
|
<span class="tc-btn-text">
|
|
|
|
<$text text={{$:/language/Buttons/FoldAll/Caption}}/>
|
|
|
|
</span>
|
2024-09-10 11:00:13 +00:00
|
|
|
<%endif%>
|
|
|
|
</$button>
|