Merge pull request #1023 from danielo515/patch-4

Added ActionNavigateWidget to the description
print-window-tiddler
Jeremy Ruston 2014-10-30 13:02:35 +00:00
commit 0a5eb0c848
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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