2014-02-26 19:55:42 +00:00
|
|
|
created: 20140226193622350
|
|
|
|
modified: 20140226193906089
|
2014-09-11 14:52:47 +00:00
|
|
|
tags: Messages navigator-message
|
2014-08-28 20:43:44 +00:00
|
|
|
title: WidgetMessage: tm-cancel-tiddler
|
2014-02-26 19:55:42 +00:00
|
|
|
type: text/vnd.tiddlywiki
|
2014-09-10 23:06:19 +00:00
|
|
|
caption: tm-cancel-tiddler
|
2014-02-26 19:55:42 +00:00
|
|
|
|
2014-08-28 20:43:44 +00:00
|
|
|
The `tm-cancel-tiddler` message abandons the changes in a draft tiddler. 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 being cancelled out of edit mode |
|
|
|
|
|tiddlerTitle |Fallback title that is used if ''param'' isn't specified (automatically set by the ButtonWidget) |
|
|
|
|
|
|
|
|
The cancel tiddler message is usually generated with the ButtonWidget and is handled by the NavigatorWidget.
|