mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Docs tweaks
This commit is contained in:
parent
31e7dbf020
commit
6df7b617fb
@ -25,6 +25,6 @@ The <<.op match>> operator uses an extended syntax that permits multiple flags t
|
||||
The available flags are:
|
||||
|
||||
* ''casesensitive'': (default), this flag forces a case-sensitive match, where upper and lower case letters are considered different
|
||||
* "caseinsensitive". overrides the default so that upper and lower case letters are considered identical for matching purposes
|
||||
* ''caseinsensitive'': overrides the default so that upper and lower case letters are considered identical for matching purposes
|
||||
|
||||
<<.operator-examples "match">>
|
||||
|
@ -9,6 +9,6 @@ The `tm-focus-selector` message sets the focus to the DOM element identified by
|
||||
|
||||
|!Name |!Description |
|
||||
|param |Selector identifying the DOM element to be focussed |
|
||||
|paramObject |Optional hashmap of additional parameters passed to the `focus` command |
|
||||
|paramObject |Optional hashmap of additional parameters to be passed to the [[focus()|https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/focus]] method |
|
||||
|
||||
<<.tip """preventScroll="true" prevents the browser from scrolling to the focused element""">>
|
||||
<<.tip """Use preventScroll="true" to prevent the browser from scrolling to the focused element""">>
|
||||
|
Loading…
Reference in New Issue
Block a user