mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-13 08:16:05 +00:00
[Docs] Tiny improvements for the ButtonWidget (#9151)
* [Docs] Tiny improvements for the ButtonWidget * Update ButtonWidget.tid
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:
|
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 passed in the `actions` attribute, which is the preferred approach
|
||||||
* Executing any ActionWidgets that are immediate children of the button widget
|
* 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:
|
* Execute any integrated actions:
|
||||||
** Navigate to a specified tiddler
|
** 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]]
|
** Trigger a user defined [[popup|PopupMechanism]]
|
||||||
** Assign new text to a specified tiddler
|
** Assign new text to a specified tiddler
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user