1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-28 08:13:14 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/concepts/WidgetMessages.tid
2014-02-26 19:55:42 +00:00

21 lines
444 B
Plaintext

created: 20140226083311937
modified: 20140226090209479
tags: concepts
title: WidgetMessages
type: text/vnd.tiddlywiki
Widget messages are generated by widgets in response to user actions. They flow up the widget tree until they are handled by an ancestor widget.
The following widget messages are implemented by the core:
<ul>
<$list filter="[tag[message]]">
<li>
<$link to={{!!title}}>
<$view field="title"/>
</$link>
</li>
</$list>
</ul>