1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-24 02:27:19 +00:00

Added ActionNavigateWidget to the description

Added ActionNavigateWidget to the list of widgets that can raise this message.
This commit is contained in:
danielo515 2014-10-30 11:35:01 +01:00
parent be2a74d623
commit 54fb3c11f9

View File

@ -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 | |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 | |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.