2014-08-01 15:52:12 +00:00
|
|
|
title: $:/core/ui/Buttons/full-screen
|
|
|
|
tags: $:/tags/PageControls
|
|
|
|
caption: {{$:/core/images/full-screen-button}} {{$:/language/Buttons/FullScreen/Caption}}
|
|
|
|
description: {{$:/language/Buttons/FullScreen/Hint}}
|
|
|
|
|
2021-05-24 18:24:37 +00:00
|
|
|
\whitespace trim
|
2014-09-10 09:25:50 +00:00
|
|
|
<$button message="tm-full-screen" tooltip={{$:/language/Buttons/FullScreen/Hint}} aria-label={{$:/language/Buttons/FullScreen/Caption}} class=<<tv-config-toolbar-class>>>
|
2019-07-31 08:30:16 +00:00
|
|
|
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
|
2014-08-01 15:52:12 +00:00
|
|
|
{{$:/core/images/full-screen-button}}
|
|
|
|
</$list>
|
2019-07-31 08:30:16 +00:00
|
|
|
<$list filter="[<tv-config-toolbar-text>match[yes]]">
|
2021-05-24 18:24:37 +00:00
|
|
|
<span class="tc-btn-text">
|
|
|
|
<$text text={{$:/language/Buttons/FullScreen/Caption}}/>
|
|
|
|
</span>
|
2014-08-01 15:52:12 +00:00
|
|
|
</$list>
|
2014-11-23 20:04:13 +00:00
|
|
|
</$button>
|