From 3ad4febc154b7f678fb9b8f4980432ae9be2dfba Mon Sep 17 00:00:00 2001 From: Jermolene Date: Fri, 19 Sep 2014 15:28:08 +0100 Subject: [PATCH] Clarify select widget docs --- editions/tw5.com/tiddlers/widgets/SelectWidget.tid | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/editions/tw5.com/tiddlers/widgets/SelectWidget.tid b/editions/tw5.com/tiddlers/widgets/SelectWidget.tid index 4b3ca74b5..ff2a16554 100644 --- a/editions/tw5.com/tiddlers/widgets/SelectWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/SelectWidget.tid @@ -10,20 +10,24 @@ The select widget displays an [[HTML select element|https://developer.mozilla.or For example, this select widget displays a list of the tags in this wiki: -<$macrocall $name="wikitext-example-without-html" src="<$select tiddler=<> default='widget'> +<$macrocall $name="wikitext-example-without-html" src="<$select tiddler=<> default='HelloThere'> <$list filter='[all[shadows+tiddlers]tags[]sort[title]]'> "/> -The <$link to=<>>state tiddler currently contains <$edit-text tiddler=<> tag="input" default=""/>. See the text change as you switch entries in the select widget. Try changing the value of the state tiddler and see the select widget change. Notice how the select widget only displays an entry if there is a precise match with the tiddler text. +The <$link to=<>>state tiddler currently contains: + +<$edit-text tiddler=<> tag="input" default=""/> + +See the text change as you switch entries in the select widget. Try changing the value of the state tiddler and see the select widget change. Notice how the select widget only displays an entry if there is a precise match with the tiddler text. ! Content and Attributes The content of the `<$select>` widget should be one or more HTML `