mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 18:00:26 +00:00
Docs: Update CheckBox example (#3996)
This commit is contained in:
parent
a4dcc20797
commit
6fd70f9c11
@ -63,7 +63,7 @@ It is often necessary to use triple quotes with the `actions` attribute. Alterna
|
|||||||
|
|
||||||
<$macrocall $name='wikitext-example-without-html' src='<$fieldmangler>
|
<$macrocall $name='wikitext-example-without-html' src='<$fieldmangler>
|
||||||
<$set filter="[[Features]] [[Encryption]] +[tags[]]" name="tag">
|
<$set filter="[[Features]] [[Encryption]] +[tags[]]" name="tag">
|
||||||
<$checkbox actions="""<$action-setfield $field="tags" $value=<<tag>> /><$action-sendmessage $message="tm-add-tag" $param=<<tag>> />""" field="checked" checked="YES" unchecked="NO" >
|
<$checkbox actions="""<$action-setfield $field="tags" $value=<<tag>> ><$action-sendmessage $message="tm-add-tag" $param=<<tag>> />""" field="checked" checked="YES" unchecked="NO" >
|
||||||
Add tags from tiddlers [[Features]] and [[Encryption]]
|
Add tags from tiddlers [[Features]] and [[Encryption]]
|
||||||
</$checkbox>
|
</$checkbox>
|
||||||
</$set>
|
</$set>
|
||||||
|
Loading…
Reference in New Issue
Block a user