1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Merge pull request #1005 from danielo515/patch-1

small typo on WidgetMessage: tm-add-field
This commit is contained in:
Jeremy Ruston 2014-10-22 16:08:14 +01:00
commit 2046dbc4ed

View File

@ -5,9 +5,9 @@ title: WidgetMessage: tm-add-field
type: text/vnd.tiddlywiki
caption: tm-add-field
The `tm-add-field` message is handled by the FieldMangerWidget. It adds the specified field with a blank value if the field doesn't already exist.
The `tm-add-field` message is handled by the FieldManglerWidget. It adds the specified field with a blank value if the field doesn't already exist.
|!Name |!Description |
|param |Name of field to add |
The add field message is usually generated with the ButtonWidget, and is handled by the FieldMangerWidget.
The add field message is usually generated with the ButtonWidget, and is handled by the FieldManglerWidget.