Update docs

This commit is contained in:
fvanroie 2020-12-19 02:01:04 +01:00
parent d87aab8bc6
commit 95fe10a833
3 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ Example 2: Set the default `page` for next object(s) to `3` besides adding a com
If you then omit the `page` parameter in the lines below this comment, those objects will appear by default on page `3`.
> Note: If the line is not valid json, the parsing of the rest of the file is also stopped.
?> If the line is not valid json, the parsing of the rest of the file is also stopped.
## Blank Lines
Blank lines are allowed for readability and are ignored.

View File

@ -239,7 +239,7 @@ When the item is changed both `val` and `txt` of the newly selected item are sen
| txt | string | no | "" | *Read-only* The text of the selected item
| rows | int8 | no | 3 | The number ow rows that are visible
Note: A roller does not use the `h` attribute to set its height, but uses the rows to set the visible number of rows instead.
?> A roller does not use the `h` attribute to set its height, but uses the rows to set the visible number of rows instead.
To change the currently selected item, use the `val` attribute.
To change the items in the list, use the `options` attribute.

View File

@ -276,7 +276,7 @@ When the item is changed both `val` and `txt` of the newly selected item are sen
| txt | string | no | "" | *Read-only* The text of the selected item
| rows | int8 | no | 3 | The number ow rows that are visible
Note: A roller does not use the `h` attribute to set its height, but uses the rows to set the visible number of rows instead.
?> A roller does not use the `h` attribute to set its height, but uses the rows to set the visible number of rows instead.
To change the currently selected item, use the `val` attribute.
To change the items in the list, use the `options` attribute.