2015-09-18 16:29:52 +00:00
|
|
|
title: $:/core/ui/ViewTemplate/unfold
|
|
|
|
tags: $:/tags/ViewTemplate
|
|
|
|
|
2015-09-19 08:36:26 +00:00
|
|
|
<$reveal tag="div" type="nomatch" state="$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-bar" text="hide">
|
2015-09-18 18:45:18 +00:00
|
|
|
<$reveal tag="div" type="nomatch" state=<<folded-state>> text="hide" default="show" retain="yes" animate="yes">
|
|
|
|
<$button tooltip={{$:/language/Buttons/Fold/Hint}} aria-label={{$:/language/Buttons/Fold/Caption}} class="tc-fold-banner">
|
|
|
|
<$action-sendmessage $message="tm-fold-tiddler" $param=<<currentTiddler>> foldedState=<<folded-state>>/>
|
|
|
|
{{$:/core/images/chevron-up}}
|
|
|
|
</$button>
|
|
|
|
</$reveal>
|
|
|
|
<$reveal tag="div" type="nomatch" state=<<folded-state>> text="show" default="show" retain="yes" animate="yes">
|
2015-09-18 16:29:52 +00:00
|
|
|
<$button tooltip={{$:/language/Buttons/Unfold/Hint}} aria-label={{$:/language/Buttons/Unfold/Caption}} class="tc-unfold-banner">
|
|
|
|
<$action-sendmessage $message="tm-fold-tiddler" $param=<<currentTiddler>> foldedState=<<folded-state>>/>
|
|
|
|
{{$:/core/images/chevron-down}}
|
|
|
|
</$button>
|
|
|
|
</$reveal>
|
2015-09-19 08:36:26 +00:00
|
|
|
</$reveal>
|