mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
b80d079d71
Some of which I'd accidentally left from 1348607c8f
, but I thought it was worth clearing them all up
13 lines
503 B
Plaintext
13 lines
503 B
Plaintext
created: 20211031172716741
|
|
modified: 20211113163836901
|
|
tags: Widgets
|
|
title: TriggeringWidgets
|
|
type: text/vnd.tiddlywiki
|
|
|
|
Triggering widgets are a type of widget which can trigger ActionWidgets. Typically these widgets (such as the ButtonWidget) will trigger actions based on interaction from the user.
|
|
|
|
The following triggering widgets are provided:
|
|
|
|
<<list-links "[tag[TriggeringWidgets]]">>
|
|
|
|
See ActionWidgets for more information and examples of how TriggeringWidgets and ActionWidgets work together. |