Add docs for tw-close-other-tiddlers message

Fixes #461
print-window-tiddler
Jermolene 2014-03-02 18:36:46 +00:00
rodzic bc18501b59
commit ab7d2d64e7
1 zmienionych plików z 13 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,13 @@
created: 20140302183306544
modified: 20140302183352966
tags: message navigator-message
title: WidgetMessage: tw-close-other-tiddlers
type: text/vnd.tiddlywiki
The `tw-close-other-tiddlers` message removes all but a specified tiddler from the story list. It requires the following properties on the `event` object:
|!Name |!Description |
|param |Title of the tiddler that is not to be closed |
|tiddlerTitle |Fallback title that is used if ''param'' isn't specified (automatically set by the ButtonWidget) |
The close other tiddlers message is usually generated with the ButtonWidget and is handled by the NavigatorWidget.