2014-08-01 16:52:12 +01: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-25 03:24:37 +09:00
|
|
|
\whitespace trim
|
2014-09-10 10:25:50 +01: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 09:30:16 +01:00
|
|
|
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
|
2014-08-01 16:52:12 +01:00
|
|
|
{{$:/core/images/full-screen-button}}
|
|
|
|
</$list>
|
2019-07-31 09:30:16 +01:00
|
|
|
<$list filter="[<tv-config-toolbar-text>match[yes]]">
|
2021-05-25 03:24:37 +09:00
|
|
|
<span class="tc-btn-text">
|
|
|
|
<$text text={{$:/language/Buttons/FullScreen/Caption}}/>
|
|
|
|
</span>
|
2014-08-01 16:52:12 +01:00
|
|
|
</$list>
|
2014-11-23 21:04:13 +01:00
|
|
|
</$button>
|