1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 19:23:29 +00:00
TiddlyWiki5/core/ui/PageControls/closeall.tid

13 lines
638 B
Plaintext
Raw 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
<$button message="tm-close-all-tiddlers" tooltip={{$:/language/Buttons/CloseAll/Hint}} aria-label={{$:/language/Buttons/CloseAll/Caption}} class=<<tv-config-toolbar-class>>>
2014-08-28 21:28:02 +00:00
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
2014-07-30 10:40:06 +00:00
{{$:/core/images/close-all-button}}
</$list>
2014-08-28 21:28:02 +00:00
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
<span class="tc-btn-text"><$text text={{$:/language/Buttons/CloseAll/Caption}}/></span>
2014-07-30 10:40:06 +00:00
</$list>
</$button>