mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 23:56:18 +00:00
f141cbf8a5
added caption. The problem can be seen in list https://tiddlywiki.com/#Messages
22 lines
703 B
Plaintext
22 lines
703 B
Plaintext
created: 20220301162305764
|
|
modified: 20220301180818011
|
|
tags: Messages
|
|
title: WidgetMessage: tm-close-all-windows
|
|
type: text/vnd.tiddlywiki
|
|
caption: tm-close-all-windows
|
|
|
|
<<.from-version 5.2.2>>
|
|
The `tm-close-all-windows` [[message|Messages]] closes all additional //browser// window that were opened with [[tm-open-window|WidgetMessage: 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.
|
|
|
|
<$macrocall $name='wikitext-example-without-html'
|
|
src="""
|
|
<$button>Close All Windows
|
|
<$action-sendmessage
|
|
$message="tm-close-all-windows"
|
|
/>
|
|
</$button>
|
|
""" />
|
|
|