mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 00:50:28 +00:00
Add missing version banners to updated docs
This commit is contained in:
parent
3a73d2e4ee
commit
8fc80cbf3c
@ -15,7 +15,7 @@ The content of the `<$browse>` widget is ignored.
|
||||
|
||||
|!Attribute |!Description |
|
||||
|multiple |Set to "multiple" to select multiple file upload |
|
||||
|deserializer |Optional name of deserializer to be used (by default the deserializer is derived from the file extension or type) |
|
||||
|deserializer |<<.from-version "5.1.15">> Optional name of deserializer to be used (by default the deserializer is derived from the file extension or type) |
|
||||
|tooltip |Optional tooltip text |
|
||||
|message |Optional override of widget message to be generated. The parameter for the message will be the JavaScript object `event.target.files` |
|
||||
|
||||
|
@ -14,7 +14,7 @@ It sends a [[WidgetMessage: tm-import-tiddlers]] carrying a JSON representation
|
||||
! Content and Attributes
|
||||
|
||||
|!Attribute |!Description |
|
||||
|deserializer |Optional name of deserializer to be used (by default the deserializer is derived from the file extension) |
|
||||
|deserializer |<<.from-version "5.1.15">> Optional name of deserializer to be used (by default the deserializer is derived from the file extension) |
|
||||
|
||||
The list of available deserializers can be inspected by executing `Object.keys($tw.Wiki.tiddlerDeserializerModules).sort().join("\n")` in the browser JavaScript console.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user