mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 17:10:29 +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>
|
||||
<$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>
|
||||
|
Loading…
Reference in New Issue
Block a user