mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-23 15:36:52 +00:00
Version tags missed off 56068d8215
This commit is contained in:
parent
56068d8215
commit
315464372f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user