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

Update documentation for action-setfield widget

This commit is contained in:
Jermolene 2015-02-20 19:33:17 +00:00
parent ead6eb00d4
commit 3746b1b9e8

View File

@ -1,6 +1,6 @@
caption: action-setfield
created: 20141025120850184
modified: 20141106173455527
modified: 20150220193455527
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 |
|$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. |
|//{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