mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 18:16:18 +00:00
21 lines
444 B
Plaintext
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>
|
|
|