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

WidgetMessage: tm-close-all-windows

2022년 3월 1일 오후 6:08
Introduced in v5.2.2

The tm-close-all-windows message closes all additional browser window that were opened with tm-open-window.

The tm-close-window message is best generated with the ActionSendMessageWidget, which in turn is triggered by a widget such as the ButtonWidget. It is handled by the core itself.


<$button>Close All Windows
<$action-sendmessage 
  $message="tm-close-all-windows" 
/>
</$button>

That renders as: