이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

WidgetMessage: tm-full-screen

2018년 8월 14일 오후 9:51

The fullscreen message is used to enter, exit or toggle the "fullscreen" mode of the browser, if it supports it. It uses the following properties on the event object:

NameDescription
paramenter to enter full screen mode, exit to exit it, otherwise toggle the full screen status

The fullscreen message is handled by the TiddlyWiki core.

<$button message="tm-full-screen">
Full screen toggle
</$button>

<$button message="tm-full-screen" param="enter">
Full screen enter
</$button>

<$button message="tm-full-screen" param="exit">
Full screen exit
</$button>

That renders as: