2013-10-31 22:03:40 +00:00
|
|
|
title: FieldManglerWidget
|
|
|
|
created: 201310241419
|
|
|
|
modified: 201310300837
|
|
|
|
tags: widget
|
|
|
|
|
|
|
|
! Introduction
|
|
|
|
|
|
|
|
The field manager widget manipulates the fields and tags of a tiddler. It does so in response to the following WidgetMessages:
|
|
|
|
|
2013-11-08 14:17:52 +00:00
|
|
|
|!Message |!Description |
|
2013-10-31 22:03:40 +00:00
|
|
|
|''tw-remove-field'' |Remove the field specified in `event.param` |
|
|
|
|
|''tw-add-field'' |Add the field specified in `event.param` |
|
|
|
|
|''tw-remove-tag'' |Remove the tag specified in `event.param` |
|
|
|
|
|''tw-add-tag'' |Add the tag specified in `event.param` |
|
|
|
|
|
|
|
|
! Content and Attributes
|
|
|
|
|
|
|
|
The field mangler widget displays any contained content, and responds to WidgetMessages dispatched within it.
|
|
|
|
|
|
|
|
|!Attribute |!Description |
|
2013-11-01 15:00:17 +00:00
|
|
|
|tiddler |Title of the tiddler to manipulate (defaults to the [[WidgetVariable: currentTiddler]]) |
|