mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Update tm-download-file docs to mention the filename parameter
This commit is contained in:
parent
d6384df6fc
commit
4cdfa4e3f9
@ -1,5 +1,5 @@
|
||||
created: 20140811112201235
|
||||
modified: 20141110133723696
|
||||
modified: 20220123141646321
|
||||
tags: Messages
|
||||
title: WidgetMessage: tm-download-file
|
||||
type: text/vnd.tiddlywiki
|
||||
@ -11,6 +11,11 @@ The download file message causes the current saver module to prompt the user to
|
||||
|param |Title of a tiddler to use as a template for the new tiddler |
|
||||
|paramObject |Optional hashmap of variable values to use for the rendering |
|
||||
|
||||
The following variable names have special behaviour:
|
||||
|
||||
|!Name |!Description |
|
||||
|filename |Filename for the downloaded file (note that this is a hint to the browser, and the actual filename used may be different) |
|
||||
|
||||
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]].
|
||||
|
Loading…
Reference in New Issue
Block a user