diff --git a/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-add-field.tid b/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-add-field.tid new file mode 100644 index 000000000..40e222647 --- /dev/null +++ b/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-add-field.tid @@ -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. diff --git a/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-add-tag.tid b/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-add-tag.tid new file mode 100644 index 000000000..a295f6a9a --- /dev/null +++ b/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-add-tag.tid @@ -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. diff --git a/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-remove-field.tid b/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-remove-field.tid new file mode 100644 index 000000000..43dfb7436 --- /dev/null +++ b/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-remove-field.tid @@ -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. diff --git a/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-remove-tag.tid b/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-remove-tag.tid new file mode 100644 index 000000000..f75ed7cc7 --- /dev/null +++ b/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-remove-tag.tid @@ -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.