From 3300ed960211d0266ab7a19f18509be3ed92aa5c Mon Sep 17 00:00:00 2001 From: Jermolene Date: Wed, 28 Jan 2015 16:31:49 +0000 Subject: [PATCH] Update action widget docs for 4cd8466adb6a0c8e98803c7e99eebb29d92c8afe --- editions/tw5.com/tiddlers/widgets/ActionWidgets.tid | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/editions/tw5.com/tiddlers/widgets/ActionWidgets.tid b/editions/tw5.com/tiddlers/widgets/ActionWidgets.tid index f1f9de2ca..5a6301b14 100644 --- a/editions/tw5.com/tiddlers/widgets/ActionWidgets.tid +++ b/editions/tw5.com/tiddlers/widgets/ActionWidgets.tid @@ -1,12 +1,12 @@ created: 20141008134425548 -modified: 20141008144957192 +modified: 20150128163157192 tags: Widgets title: ActionWidgets type: text/vnd.tiddlywiki Action widgets are a special type of widget that perform an action such as sending a message, navigating to a tiddler, or changing the value of a tiddler. They are used in association with other widgets that trigger those actions (for example, the ButtonWidget). -Action widgets are invisible. They must be the immediate children of their parent triggering widget. The actions are performed in sequence. For example, here is a button that triggers two actions of sending different messages: +Action widgets are invisible. They need not be immediate children of their triggering widget, but they must be descendents of it. The actions are performed in sequence. For example, here is a button that triggers two actions of sending different messages: ``` <$button> @@ -16,8 +16,6 @@ Click me! ``` -Take care not to accidentally introduce an extra line break after the opening tag of the button widget. Doing so will trigger the WikiText parser to wrap the action widgets in a paragraph element. This means that the action widgets will not be triggered as they are no longer immediate children of the triggering widget. - The following action widgets are provided: <>