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>