2014-07-30 21:25:52 +00:00
|
|
|
title: $:/core/ui/Buttons/more-page-actions
|
|
|
|
tags: $:/tags/PageControls
|
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
|
|
|
|
2021-05-24 18:24:37 +00:00
|
|
|
\whitespace trim
|
2024-03-16 19:03:36 +00:00
|
|
|
\define config-title() $:/config/PageControlButtons/Visibility/$(listItem)$
|
|
|
|
|
|
|
|
<$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"
|
|
|
|
>
|
2024-09-10 11:00:13 +00:00
|
|
|
<%if [<tv-config-toolbar-icons>match[yes]] %>
|
2024-03-16 19:03:36 +00:00
|
|
|
{{$:/core/images/down-arrow}}
|
2024-09-10 11:00:13 +00:00
|
|
|
<%endif%>
|
|
|
|
<%if [<tv-config-toolbar-text>match[yes]] %>
|
2024-03-16 19:03:36 +00:00
|
|
|
<span class="tc-btn-text">
|
|
|
|
<$text text={{$:/language/Buttons/More/Caption}}/>
|
|
|
|
</span>
|
2024-09-10 11:00:13 +00:00
|
|
|
<%endif%>
|
2024-03-16 19:03:36 +00:00
|
|
|
</$button>
|
|
|
|
<$reveal state=<<qualify "$:/state/popup/more">> type="popup" position="below" animate="yes">
|
|
|
|
<div class="tc-drop-down">
|
2024-09-10 11:00:13 +00:00
|
|
|
<$let tv-config-toolbar-icons="yes" tv-config-toolbar-text="yes" tv-config-toolbar-class="tc-btn-invisible">
|
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]] -[[$:/core/ui/Buttons/more-page-actions]]"
|
|
|
|
variable="listItem"
|
|
|
|
>
|
|
|
|
<$reveal type="match" state=<<config-title>> text="hide">
|
|
|
|
<$set name="tv-config-toolbar-class"
|
|
|
|
filter="[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]"
|
2024-03-16 19:03:36 +00:00
|
|
|
>
|
2024-09-10 11:00:13 +00:00
|
|
|
<$transclude tiddler=<<listItem>> mode="inline"/>
|
|
|
|
</$set>
|
|
|
|
</$reveal>
|
|
|
|
</$list>
|
|
|
|
</$let>
|
2024-03-16 19:03:36 +00:00
|
|
|
</div>
|
2024-09-10 11:00:13 +00:00
|
|
|
</$reveal>
|