mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-06-01 18:22:17 +00:00
Merge branch 'tiddlywiki-com'
This commit is contained in:
@@ -9,11 +9,11 @@ type: text/vnd.tiddlywiki
|
||||
|
||||
The button widget displays an HTML `<button>` element that can perform a combination of optional actions when clicked:
|
||||
|
||||
* Executing any ActionWidgets passed in the `actions` attribute
|
||||
* Executing any ActionWidgets that are immediate children of the button widget
|
||||
* Executing any ActionWidgets passed in the `actions` attribute, which is the preferred approach
|
||||
* Executing any ActionWidgets that are immediate children of the button widget, which is now deprecated in favour of using the `actions` attribute
|
||||
* Execute any integrated actions:
|
||||
** Navigate to a specified tiddler
|
||||
** Dispatch a user defined [[widget message|Messages]]
|
||||
** Dispatch a user defined [[widget message|Core Messages]]
|
||||
** Trigger a user defined [[popup|PopupMechanism]]
|
||||
** Assign new text to a specified tiddler
|
||||
|
||||
|
||||
@@ -623,3 +623,5 @@ Wu Peiyuan, @s793016, 2025/06/10
|
||||
Markus Sauermann, @Sauermann, 2025/06/20
|
||||
|
||||
@bobjoe12131, 2025/07/01
|
||||
|
||||
Ioannis Anthymidis (Ιωάννης Ανθυμίδης), @superuser-does, 2025/07/06
|
||||
|
||||
Reference in New Issue
Block a user