mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 00:50:28 +00:00
Missing docs for field mangler messages
This commit is contained in:
parent
d13e23132a
commit
257accb7bf
@ -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.
|
@ -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.
|
@ -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.
|
@ -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.
|
Loading…
Reference in New Issue
Block a user