mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-23 15:36:52 +00:00
Update selectWidget example (the tag was deleted)
This commit is contained in:
parent
c2245e1898
commit
217614b7c6
@ -74,10 +74,10 @@ Entries in the list can be grouped together with the `<optgroup>` element
|
|||||||
|
|
||||||
!! Generated Lists
|
!! Generated Lists
|
||||||
|
|
||||||
The ListWidget can be used to generate the options for a select widget. For example, here we combine a select widget listing all the tiddlers tagged ''introduction'' with a transclusion to display the text of the selected one.
|
The ListWidget can be used to generate the options for a select widget. For example, here we combine a select widget listing all the tiddlers tagged ''TableOfContents'' with a transclusion to display the text of the selected one.
|
||||||
|
|
||||||
<$macrocall $name="wikitext-example-without-html" src="<$select tiddler='$:/generated-list-demo-state'>
|
<$macrocall $name="wikitext-example-without-html" src="<$select tiddler='$:/generated-list-demo-state'>
|
||||||
<$list filter='[tag[introduction]]'>
|
<$list filter='[tag[TableOfContents]]'>
|
||||||
<option><$view field='title'/></option>
|
<option><$view field='title'/></option>
|
||||||
</$list>
|
</$list>
|
||||||
</$select>
|
</$select>
|
||||||
|
Loading…
Reference in New Issue
Block a user