From e217b1a3ba92465442e63ad64c774d7834510f18 Mon Sep 17 00:00:00 2001 From: BurningTreeC Date: Sat, 19 Oct 2024 09:17:44 +0200 Subject: [PATCH] add docs --- editions/tw5.com/tiddlers/widgets/EventCatcherWidget.tid | 1 + 1 file changed, 1 insertion(+) diff --git a/editions/tw5.com/tiddlers/widgets/EventCatcherWidget.tid b/editions/tw5.com/tiddlers/widgets/EventCatcherWidget.tid index 870f15c8a..a3777a2f3 100644 --- a/editions/tw5.com/tiddlers/widgets/EventCatcherWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/EventCatcherWidget.tid @@ -42,6 +42,7 @@ The content of the `<$eventcatcher>` widget is displayed normally. The following variables are made available to the actions: |!Variables |!Description | +|`html-direction` |<<.from-version "5.3.6">> The value of the ''dir'' attribute on the `html` element | |`dom-*` |All DOM attributes of the node matching the given selector are made available as variables, with the prefix `dom-` | |`modifier` |The [[modifier Variable]] contains the Modifier Key held during the event (can be "normal", "ctrl", "shift", "alt" or combinations thereof) | |`event-mousebutton` |The mouse button (if any) used to trigger the event (can be "left", "right" or "middle"). Note that not all event types support the mousebutton property |