From 3c92512a2d388326aeaeb182777c0f24d038d423 Mon Sep 17 00:00:00 2001 From: Rizwan Date: Sat, 7 Apr 2018 17:19:12 +0530 Subject: [PATCH] [Doc] New types info to attributes table of reveal widget (#3198) --- editions/tw5.com/tiddlers/widgets/RevealWidget.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/widgets/RevealWidget.tid b/editions/tw5.com/tiddlers/widgets/RevealWidget.tid index 006b09417..fc1fba83d 100644 --- a/editions/tw5.com/tiddlers/widgets/RevealWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/RevealWidget.tid @@ -26,7 +26,7 @@ The content of the `<$reveal>` widget is displayed according to the rules given |!Attribute |!Description | |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'' | +|type |The type of matching performed: ''match'', ''nomatch'', ''popup'', ''lt'', ''gt'', ''lteq'' or ''gteq'' | |text |The text to match when the type is ''match'' and ''nomatch'' | |class |An optional CSS class name to be assigned to the HTML element
» Set to `tc-popup-keep` to make a popup "sticky", so it won't close when you click inside of it| |style |An optional CSS style attribute to be assigned to the HTML element | @@ -92,4 +92,4 @@ Here is a simple example how to use text references with field content to contro < ~TiddlyWiki! -'>> \ No newline at end of file +'>>