From 95fe10a83391c580dc2d174b7b65237a83090a0b Mon Sep 17 00:00:00 2001 From: fvanroie Date: Sat, 19 Dec 2020 02:01:04 +0100 Subject: [PATCH] Update docs --- docs/12-pages.md | 2 +- docs/13-objects.md | 2 +- docs/14-styling.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/12-pages.md b/docs/12-pages.md index d5ea6aa9..8eda6829 100644 --- a/docs/12-pages.md +++ b/docs/12-pages.md @@ -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. diff --git a/docs/13-objects.md b/docs/13-objects.md index ebb45282..b92c25ad 100644 --- a/docs/13-objects.md +++ b/docs/13-objects.md @@ -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. diff --git a/docs/14-styling.md b/docs/14-styling.md index 074e4ea6..ad751ac7 100644 --- a/docs/14-styling.md +++ b/docs/14-styling.md @@ -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.