1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-03 10:43:16 +00:00
TiddlyWiki5/core/ui/PageControls/closeall.tid

16 lines
655 B
Plaintext
Raw Permalink Normal View History

2014-07-30 10:40:06 +00:00
title: $:/core/ui/Buttons/close-all
tags: $:/tags/PageControls
caption: {{$:/core/images/close-all-button}} {{$:/language/Buttons/CloseAll/Caption}}
2014-07-31 08:28:46 +00:00
description: {{$:/language/Buttons/CloseAll/Hint}}
2014-07-30 10:40:06 +00:00
\whitespace trim
<$button message="tm-close-all-tiddlers" tooltip={{$:/language/Buttons/CloseAll/Hint}} aria-label={{$:/language/Buttons/CloseAll/Caption}} class=<<tv-config-toolbar-class>>>
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
2014-07-30 10:40:06 +00:00
{{$:/core/images/close-all-button}}
</$list>
<$list filter="[<tv-config-toolbar-text>match[yes]]">
<span class="tc-btn-text">
<$text text={{$:/language/Buttons/CloseAll/Caption}}/>
</span>
2014-07-30 10:40:06 +00:00
</$list>
</$button>