mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 12:07:19 +00:00
Navigate widget docs update
This commit is contained in:
parent
c538712a2e
commit
4e37a9fb09
@ -24,13 +24,15 @@ The optional `$scroll` attribute can be set to "yes" to force scrolling to occur
|
|||||||
* the control key is pressed
|
* the control key is pressed
|
||||||
* the action was initiated with the middle mouse button (if available)
|
* the action was initiated with the middle mouse button (if available)
|
||||||
|
|
||||||
|
Note that if navigating to multiple tiddlers at once you should use the same `$scroll` setting for all of them.
|
||||||
|
|
||||||
! Examples
|
! Examples
|
||||||
|
|
||||||
Here is an example of button that navigates to two different tiddlers at once:
|
Here is an example of button that navigates to two different tiddlers at once:
|
||||||
|
|
||||||
<$macrocall $name='wikitext-example-without-html'
|
<$macrocall $name='wikitext-example-without-html'
|
||||||
src='<$button>
|
src='<$button>
|
||||||
<$action-navigate $to="ButtonWidget" $scroll="no"/>
|
<$action-navigate $to="ButtonWidget"/>
|
||||||
<$action-navigate $to="ActionWidgets"/>
|
<$action-navigate $to="ActionWidgets"/>
|
||||||
Click me!
|
Click me!
|
||||||
</$button>'/>
|
</$button>'/>
|
||||||
|
Loading…
Reference in New Issue
Block a user