Move docs tiddlers out of the root folder

Some of which I'd accidentally left from 1348607c8f, but I thought it was worth clearing them all up
This commit is contained in:
jeremy@jermolene.com
2021-11-26 11:18:03 +00:00
parent 6512b038c5
commit b80d079d71
11 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
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.