1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-12 07:46:06 +00:00

[Docs] Tiny improvements for the ButtonWidget (#9151)

* [Docs] Tiny improvements for the ButtonWidget

* Update ButtonWidget.tid
This commit is contained in:
Mario Pietsch
2025-07-15 20:53:56 +02:00
committed by GitHub
parent 3357da4d56
commit 44a5d7f3dc

View File

@@ -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