From 33e636cbe72b62d653bfaa2dd736dfe0288e4eb8 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Wed, 16 May 2018 16:23:57 +0100 Subject: [PATCH] Docs: Add popupmechanism link to Button widget docs Fixes #3284 --- editions/tw5.com/tiddlers/widgets/ButtonWidget.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/widgets/ButtonWidget.tid b/editions/tw5.com/tiddlers/widgets/ButtonWidget.tid index 3aef3eae8..a44c135f8 100644 --- a/editions/tw5.com/tiddlers/widgets/ButtonWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/ButtonWidget.tid @@ -32,7 +32,7 @@ The content of the `<$button>` widget is displayed within the button. |setTo |The new value to assign to the TextReference identified in the `set` attribute | |selectedClass |An optional additional CSS class to be assigned if the popup is triggered or the tiddler specified in `set` already has the value specified in `setTo` | |default |Default value if `set` tiddler is missing for testing against `setTo` to determine `selectedClass` | -|popup |Title of a state tiddler for a popup that is toggled when the button is clicked | +|popup |Title of a state tiddler for a popup that is toggled when the button is clicked. See PopupMechanism for details | |aria-label |Optional [[Accessibility]] label | |tooltip |Optional tooltip | |class |An optional CSS class name to be assigned to the HTML element|