2014-02-26 19:55:42 +00:00
|
|
|
created: 20140226193940778
|
|
|
|
modified: 20140226194227227
|
2014-09-11 15:52:47 +01:00
|
|
|
tags: Messages navigator-message
|
2014-08-28 21:43:44 +01:00
|
|
|
title: WidgetMessage: tm-close-tiddler
|
2014-02-26 19:55:42 +00:00
|
|
|
type: text/vnd.tiddlywiki
|
2014-09-11 00:06:19 +01:00
|
|
|
caption: tm-close-tiddler
|
2014-02-26 19:55:42 +00:00
|
|
|
|
2014-08-28 21:43:44 +01:00
|
|
|
The `tm-close-tiddler` message removes a specified tiddler from the story list. It requires the following properties on the `event` object:
|
2014-02-26 19:55:42 +00:00
|
|
|
|
|
|
|
|!Name |!Description |
|
|
|
|
|param |Title of the tiddler that is to be closed |
|
|
|
|
|tiddlerTitle |Fallback title that is used if ''param'' isn't specified (automatically set by the ButtonWidget) |
|
|
|
|
|
|
|
|
The close tiddler message is usually generated with the ButtonWidget and is handled by the NavigatorWidget.
|