2015-07-06 17:46:21 +00:00
|
|
|
created: 20150706160301163
|
|
|
|
modified: 20150706172915783
|
|
|
|
tags: [[Widget Examples]] FieldManglerWidget
|
2015-09-16 02:55:07 +00:00
|
|
|
title: FieldMangler Widget (Examples)
|
2015-07-06 17:46:21 +00:00
|
|
|
type: text/vnd.tiddlywiki
|
|
|
|
|
|
|
|
<$macrocall $name=".example" n="1"
|
|
|
|
eg="""
|
|
|
|
<$fieldmangler>
|
|
|
|
Add tag ''example'' to this tiddler (current)<$button message="tm-add-tag" param="example">{{$:/core/images/new-button}}</$button>
|
|
|
|
<br>
|
|
|
|
Remove tag ''example'' to this tiddler (current)<$button message="tm-remove-tag" param="example">{{$:/core/images/delete-button}}</$button>
|
|
|
|
</$fieldmangler>
|
|
|
|
"""/>
|
2019-10-04 14:50:00 +00:00
|
|
|
|
|
|
|
|
|
|
|
<$macrocall $name=".example" n="2"
|
|
|
|
eg="""
|
|
|
|
<$fieldmangler tiddler="Hello World">
|
|
|
|
Add tag ''example'' to the Hello World tiddler<$button message="tm-add-tag" param="example">{{$:/core/images/new-button}}</$button>
|
|
|
|
<br>
|
|
|
|
Remove tag ''example'' to the Hello World tiddler<$button message="tm-remove-tag" param="example">{{$:/core/images/delete-button}}</$button>
|
|
|
|
</$fieldmangler>
|
|
|
|
"""/>
|