mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
6ed6ed3953
Added ActionSendMessageWidget to the list of possible message emiters on edit-tiddler message
15 lines
697 B
Plaintext
15 lines
697 B
Plaintext
created: 20140226085529797
|
|
modified: 20140226090641987
|
|
tags: Messages navigator-message
|
|
title: WidgetMessage: tm-edit-tiddler
|
|
type: text/vnd.tiddlywiki
|
|
caption: tm-edit-tiddler
|
|
|
|
The `tm-edit-tiddler` message replaces the specified tiddler in the current story with a draft version of itself. It requires the following properties on the `event` object:
|
|
|
|
|!Name |!Description |
|
|
|param |Title of the tiddler that is being switched to edit mode |
|
|
|tiddlerTitle |Fallback title that is used if ''param'' isn't specified (automatically set by the ButtonWidget) |
|
|
|
|
The edit tiddler message is usually generated with the ButtonWidget or the ActionSendMessageWidget and is handled by the NavigatorWidget.
|