이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

WidgetMessage: tm-fold-all-tiddlers

2019년 10월 28일 오전 11:38

The tm-fold-all-tiddlers message folds all tiddlers in the current story list.

Internally, it sets the text of all of the state tiddlers corresponding to tiddlers in the story river to "hide". The state tiddler titles are formed by prefixing the tiddler title with a prefix that defaults to $:/state/folded/.

NameDescription
foldedStatePrefixPrefix for the state tiddler in which the fold state is stored. Defaults to $:/state/folded

The tm-fold-all-tiddlers message is usually generated with the ButtonWidget and is handled by the surrounding NavigatorWidget.