mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-29 12:59:56 +00:00
Updates example for ActionPopupWidget (#7653)
This commit is contained in:
parent
aeb502657b
commit
9bbd8a70c2
@ -1,6 +1,6 @@
|
|||||||
caption: action-popup
|
caption: action-popup
|
||||||
created: 20200303114556528
|
created: 20200303114556528
|
||||||
modified: 20220815205132124
|
modified: 20230731193016105
|
||||||
tags: Widgets ActionWidgets
|
tags: Widgets ActionWidgets
|
||||||
title: ActionPopupWidget
|
title: ActionPopupWidget
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
@ -30,6 +30,6 @@ Here is an example of button that triggers the "more" button in the sidebar "Too
|
|||||||
<$macrocall $name='wikitext-example-without-html'
|
<$macrocall $name='wikitext-example-without-html'
|
||||||
src='<$button>
|
src='<$button>
|
||||||
<$action-setfield $tiddler="$:/state/tab/sidebar--595412856" $value="$:/core/ui/SideBar/Tools"/>
|
<$action-setfield $tiddler="$:/state/tab/sidebar--595412856" $value="$:/core/ui/SideBar/Tools"/>
|
||||||
<$action-popup $state="$:/state/popup/more-2053862905" $coords="(0,20,0,0)"/>
|
<$action-popup $state="$:/state/popup/more--810643385" $coords="(0,20,0,0)"/>
|
||||||
Click me!
|
Click me!
|
||||||
</$button>'/>
|
</$button>'/>
|
||||||
|
Loading…
Reference in New Issue
Block a user