From 54fb3c11f9818b9c71e49fc690dd3200ba34fef1 Mon Sep 17 00:00:00 2001 From: danielo515 Date: Thu, 30 Oct 2014 11:35:01 +0100 Subject: [PATCH] Added ActionNavigateWidget to the description Added ActionNavigateWidget to the list of widgets that can raise this message. --- .../tw5.com/tiddlers/messages/WidgetMessage_ tm-navigate.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-navigate.tid b/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-navigate.tid index 63c11ea92..dfd9a8bcc 100644 --- a/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-navigate.tid +++ b/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-navigate.tid @@ -15,4 +15,4 @@ The navigate message requires the following properties on the `event` object: |navigateFromClientRect |Bounding rectangle in client page coordinates of the element initiating the navigation | |navigateSuppressNavigation |''true'' causes the new tiddler to only be added to the story, and not the history stack. This suppresses the scrolling associated with navigating to a tiddler | -The navigate message can be generated by the LinkWidget and the ButtonWidget, and is handled by the NavigatorWidget. +The navigate message can be generated by the LinkWidget, the ActionNavigateWidget and the ButtonWidget, and is handled by the NavigatorWidget.