fix-syncer
Jeremy Ruston 2019-08-06 14:53:14 +01:00
rodzic 31e7dbf020
commit 6df7b617fb
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -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">>

Wyświetl plik

@ -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""">>