1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-29 15:30:47 +00:00

Missing docs for field mangler messages

This commit is contained in:
Jermolene 2014-09-08 20:14:58 +01:00
parent d13e23132a
commit 257accb7bf
4 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,12 @@
created: 20140908185153663
modified: 20140908185153663
tags: message
title: WidgetMessage: tm-add-field
type: text/vnd.tiddlywiki
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.
|!Name |!Description |
|param |Name of field to add |
The add field message is usually generated with the ButtonWidget, and is handled by the FieldMangerWidget.

View File

@ -0,0 +1,12 @@
created: 20140908185153663
modified: 20140908185153663
tags: message
title: WidgetMessage: tm-add-tag
type: text/vnd.tiddlywiki
The `tm-add-tag` message is handled by the FieldMangerWidget. It adds the specified tag.
|!Name |!Description |
|param |Name of tag to add |
The add tag message is usually generated with the ButtonWidget, and is handled by the FieldMangerWidget.

View File

@ -0,0 +1,12 @@
created: 20140908185153663
modified: 20140908185153663
tags: message
title: WidgetMessage: tm-remove-field
type: text/vnd.tiddlywiki
The `tm-remove-field` message is handled by the FieldMangerWidget. It removes the specified field.
|!Name |!Description |
|param |Name of field to remove |
The remove field message is usually generated with the ButtonWidget, and is handled by the FieldMangerWidget.

View File

@ -0,0 +1,12 @@
created: 20140908185153663
modified: 20140908185153663
tags: message
title: WidgetMessage: tm-remove-tag
type: text/vnd.tiddlywiki
The `tm-remove-tag` message is handled by the FieldMangerWidget. It removes the specified tag.
|!Name |!Description |
|param |Name of tag to remove |
The remove tag message is usually generated with the ButtonWidget, and is handled by the FieldMangerWidget.