1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Merge pull request #1796 from danielo515/patch-9

Added ActionSendMessageWidget
This commit is contained in:
Jeremy Ruston 2015-06-15 15:42:04 +01:00
commit 5597110aa6

View File

@ -11,4 +11,4 @@ The `tm-edit-tiddler` message replaces the specified tiddler in the current stor
|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 and is handled by the NavigatorWidget.
The edit tiddler message is usually generated with the ButtonWidget or the ActionSendMessageWidget and is handled by the NavigatorWidget.