From 29db528d749fa2871c5a2cbfbfcb0f4cea657822 Mon Sep 17 00:00:00 2001 From: nameanyone Date: Sun, 10 May 2015 03:58:09 -0700 Subject: [PATCH] RevealWidget state can be a text reference --- editions/tw5.com/tiddlers/widgets/RevealWidget.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/widgets/RevealWidget.tid b/editions/tw5.com/tiddlers/widgets/RevealWidget.tid index 0748c0626..c02b61d63 100644 --- a/editions/tw5.com/tiddlers/widgets/RevealWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/RevealWidget.tid @@ -18,7 +18,7 @@ The reveal widget hides or shows its content depending upon the value of a [[sta The content of the `<$reveal>` widget is displayed according to the rules given above. |!Attribute |!Description | -|state |The title of the tiddler containing the state | +|state |A TextReference containing the state | |tag |Overrides the default HTML element tag (`
` in block mode or `` in inline mode) | |type |The type of matching performed: ''match'', ''nomatch'' or ''popup'' | |text |The text to match when the type is ''match'' and ''nomatch'' |