mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
15 lines
636 B
Plaintext
15 lines
636 B
Plaintext
created: 20140226193622350
|
|
modified: 20140226193906089
|
|
tags: Messages navigator-message
|
|
title: WidgetMessage: tm-cancel-tiddler
|
|
type: text/vnd.tiddlywiki
|
|
caption: tm-cancel-tiddler
|
|
|
|
The `tm-cancel-tiddler` message abandons the changes in a draft tiddler. It requires the following properties on the `event` object:
|
|
|
|
|!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.
|