1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-06 06:00:03 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-download-file.tid

17 lines
746 B
Plaintext
Raw Normal View History

2014-08-11 13:17:11 +01:00
created: 20140811112201235
2014-11-26 11:22:20 +00:00
modified: 20141110133723696
2014-09-11 15:52:47 +01:00
tags: Messages
2014-08-28 21:43:44 +01:00
title: WidgetMessage: tm-download-file
2014-08-15 10:06:19 +01:00
type: text/vnd.tiddlywiki
2014-09-11 00:06:19 +01:00
caption: tm-download-file
2014-08-11 13:17:11 +01:00
The download file message causes the current saver module to prompt the user to download the result of parsing a specified template tiddler as a file. It requires the following properties on the `event` object:
|!Name |!Description |
|param |Title of a tiddler to use as a template for the new tiddler |
2014-11-26 11:22:20 +00:00
|paramObject |Optional hashmap of variable values to use for the rendering |
2014-08-11 13:17:11 +01:00
The download file message is usually generated with the ButtonWidget.
The download file message is handled by the TiddlyWiki core SyncMechanism which invokes the current [[SaverModule|SaverModules]].