1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Docs: Update CheckBox example (#3996)

This commit is contained in:
twMat 2019-06-18 11:49:52 +02:00 committed by Jeremy Ruston
parent a4dcc20797
commit 6fd70f9c11

View File

@ -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>
<$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]]
</$checkbox>
</$set>