mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
typo in EventCatcherWidget.tid (#6399)
This commit is contained in:
parent
2ef9ecbc44
commit
def9b553a8
@ -25,7 +25,6 @@ Use of the event catcher widget is beneficial when using large numbers of other
|
|||||||
The content of the `<$eventcatcher>` widget is displayed normally.
|
The content of the `<$eventcatcher>` widget is displayed normally.
|
||||||
|
|
||||||
|!Attribute |!Description |
|
|!Attribute |!Description |
|
||||||
|
|
||||||
|selector |A CSS selector. Only events originating inside a DOM node with this selector will be trapped |
|
|selector |A CSS selector. Only events originating inside a DOM node with this selector will be trapped |
|
||||||
|//{any attributes starting with $}// |<<.from-version "5.2.0">> Each attribute name (excluding the $) specifies the name of an event, and the value specifies the action string to be invoked. For example: `$click=<<clickActions>>` |
|
|//{any attributes starting with $}// |<<.from-version "5.2.0">> Each attribute name (excluding the $) specifies the name of an event, and the value specifies the action string to be invoked. For example: `$click=<<clickActions>>` |
|
||||||
|tag |Optional. The HTML element the widget creates to capture the events, defaults to:<br>» `span` when parsed in inline-mode<br>» `div` when parsed in block-mode |
|
|tag |Optional. The HTML element the widget creates to capture the events, defaults to:<br>» `span` when parsed in inline-mode<br>» `div` when parsed in block-mode |
|
||||||
|
Loading…
Reference in New Issue
Block a user