2014-07-30 21:25:52 +00:00
|
|
|
title: $:/core/ui/Buttons/more-tiddler-actions
|
2014-07-28 10:29:06 +00:00
|
|
|
tags: $:/tags/ViewToolbar
|
2014-07-29 09:20:13 +00:00
|
|
|
caption: {{$:/core/images/down-arrow}} {{$:/language/Buttons/More/Caption}}
|
2014-07-31 08:28:46 +00:00
|
|
|
description: {{$:/language/Buttons/More/Hint}}
|
2014-07-28 10:29:06 +00:00
|
|
|
|
|
|
|
\define config-title()
|
2014-07-29 09:20:13 +00:00
|
|
|
$:/config/ViewToolbarButtons/Visibility/$(listItem)$
|
2014-07-28 10:29:06 +00:00
|
|
|
\end
|
2014-09-10 09:25:50 +00:00
|
|
|
<$button popup=<<qualify "$:/state/popup/more">> tooltip={{$:/language/Buttons/More/Hint}} aria-label={{$:/language/Buttons/More/Caption}} class=<<tv-config-toolbar-class>> selectedClass="tc-selected">
|
2014-08-28 21:28:02 +00:00
|
|
|
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
|
2014-07-28 10:29:06 +00:00
|
|
|
{{$:/core/images/down-arrow}}
|
|
|
|
</$list>
|
2014-08-28 21:28:02 +00:00
|
|
|
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
|
2014-10-11 14:26:51 +00:00
|
|
|
<span class="tc-btn-text"><$text text={{$:/language/Buttons/More/Caption}}/></span>
|
2014-07-28 10:29:06 +00:00
|
|
|
</$list>
|
2014-12-03 16:48:14 +00:00
|
|
|
</$button><$reveal state=<<qualify "$:/state/popup/more">> type="popup" position="below" animate="yes">
|
2014-08-28 17:21:08 +00:00
|
|
|
<div class="tc-drop-down">
|
2014-08-28 21:28:02 +00:00
|
|
|
<$set name="tv-config-toolbar-icons" value="yes">
|
|
|
|
<$set name="tv-config-toolbar-text" value="yes">
|
2014-07-30 21:25:52 +00:00
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]] -[[$:/core/ui/Buttons/more-tiddler-actions]]" variable="listItem">
|
2014-07-29 09:20:13 +00:00
|
|
|
<$reveal type="match" state=<<config-title>> text="hide">
|
2014-07-28 10:29:06 +00:00
|
|
|
<$transclude tiddler=<<listItem>>/>
|
|
|
|
</$reveal>
|
|
|
|
</$list>
|
|
|
|
</$set>
|
|
|
|
</$set>
|
|
|
|
</div>
|
2014-11-23 16:32:29 +00:00
|
|
|
</$reveal>
|