From 315464372f390b2cc86ffb625ab4ee0a891d3d14 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Mon, 5 Jul 2021 10:09:04 +0100 Subject: [PATCH] Version tags missed off 56068d821555dfed6d39ced6f623fa4958bbfa75 --- .../tiddlers/messages/WidgetMessage_ tm-navigate.tid | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-navigate.tid b/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-navigate.tid index 8ab6ef1a9..1809aaceb 100644 --- a/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-navigate.tid +++ b/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-navigate.tid @@ -13,12 +13,12 @@ The navigate message requires the following properties on the `event` object: |navigateTo |Title of the tiddler that is being navigated | |navigateFromTitle |Title of the tiddler from which the navigation was initiated | |navigateFromClientRect |Bounding rectangle in client page coordinates of the element initiating the navigation | -|navigateFromClientTop |Y coordinate of top edge of bounding client rectangle | -|navigateFromClientLeft |X coordinate of left edge of bounding client rectangle | -|navigateFromClientWidth |Width of bounding client rectangle | -|navigateFromClientRight |X coordinate of right edge of bounding client rectangle | -|navigateFromClientBottom |Y coordinate of bottom edge of bounding client rectangle | -|navigateFromClientHeight |Height of bounding client rectangle | +|navigateFromClientTop |<<<<.from-version "5.1.24">> Y coordinate of top edge of bounding client rectangle | +|navigateFromClientLeft |<<<<.from-version "5.1.24">> X coordinate of left edge of bounding client rectangle | +|navigateFromClientWidth |<<<<.from-version "5.1.24">> Width of bounding client rectangle | +|navigateFromClientRight |<<<<.from-version "5.1.24">> X coordinate of right edge of bounding client rectangle | +|navigateFromClientBottom |<<<<.from-version "5.1.24">> Y coordinate of bottom edge of bounding client rectangle | +|navigateFromClientHeight |<<<<.from-version "5.1.24">> Height of bounding client rectangle | |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, the ActionNavigateWidget and the ButtonWidget, and is handled by the NavigatorWidget.