From ccc2f6d153611904c06e2679d5fa8d19f5c6f479 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 21 Feb 2015 09:40:41 +0000 Subject: [PATCH] Revert "Update documentation for action-setfield widget" This reverts commit 3746b1b9e86b147b8f344200a3cc4ecc560b1490. --- editions/tw5.com/tiddlers/widgets/ActionSetFieldWidget.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/widgets/ActionSetFieldWidget.tid b/editions/tw5.com/tiddlers/widgets/ActionSetFieldWidget.tid index 8e300d4da..7f387b8f7 100644 --- a/editions/tw5.com/tiddlers/widgets/ActionSetFieldWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/ActionSetFieldWidget.tid @@ -1,6 +1,6 @@ caption: action-setfield created: 20141025120850184 -modified: 20150220193455527 +modified: 20141106173455527 tags: Widgets ActionWidgets title: ActionSetFieldWidget type: text/vnd.tiddlywiki @@ -17,7 +17,7 @@ The ''action-setfield'' widget is invisible. Any content within it is ignored. |$tiddler |The title of the tiddler whose fields are to be modified (if not provided defaults to the [[WidgetVariable: currentTiddler]] | |$field |Optional name of a field to be assigned the $value attribute | |$index |Optional index of a property in a [[data tiddler|DataTiddlers]] to be assigned the $value attribute| -|$value |The value to be assigned to the field or index identified by the $field or $index attribute. If neither is specified then the value is assigned to the text field. The field or index is deleted if the value is not specified. | +|$value |The value to be assigned to the field or index identified by the $field or $index attribute. If neither is specified then the value is assigned to the text field | |//{any attributes not starting with $}// |Each attribute name specifies a field to be modified with the attribute value providing the value to assign to the field | ! Examples