Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/reference/widgets/button/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ This property can be dynamically set using JavaScript by providing a string valu

<dd>

Represents the color of the button, specified as a [CSS color value](https://developer.mozilla.org/en-US/docs/Web/CSS/color). Additionally, the font color can be programmatically modified using JavaScript functions.
Represents the color of the button, specified as a [CSS color value](https://developer.mozilla.org/en-US/docs/Web/CSS/color). The background color can also be modified programmatically using JavaScript functions.

</dd>

Expand Down
4 changes: 2 additions & 2 deletions website/docs/reference/widgets/category-slider.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Enables you to select a font style for the widget, such as bold or italic. Addit

<dd>

Represents the color of the slider, specified as a [CSS color value](https://developer.mozilla.org/en-US/docs/Web/CSS/color). Additionally, the font color can be programmatically modified using JavaScript functions.
Represents the color of the slider, specified as a [CSS color value](https://developer.mozilla.org/en-US/docs/Web/CSS/color). The slider color can also be modified programmatically using JavaScript functions.

</dd>

Expand Down Expand Up @@ -326,4 +326,4 @@ CategorySlider1.setValue('xl')
```


</dd>
</dd>
4 changes: 2 additions & 2 deletions website/docs/reference/widgets/code-scanner.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ This property can be dynamically set using JavaScript by providing a string valu

<dd>

Represents the color of the button, specified as a [CSS color value](https://developer.mozilla.org/en-US/docs/Web/CSS/color). Additionally, the font color can be programmatically modified using JavaScript functions.
Represents the color of the button, specified as a [CSS color value](https://developer.mozilla.org/en-US/docs/Web/CSS/color). The background color can also be modified programmatically using JavaScript functions.

</dd>

Expand Down Expand Up @@ -257,4 +257,4 @@ Sets the disabled state of the widget.
CodeScanner1.setDisabled(false)
```

</dd>
</dd>
4 changes: 2 additions & 2 deletions website/docs/reference/widgets/filepicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Allows you to configure one or multiple actions (Framework functions, queries, o

<dd>

Represents the color of the button, specified as a [CSS color value](https://developer.mozilla.org/en-US/docs/Web/CSS/color). When JS is enabled, the font color can be programmatically modified using JavaScript functions.
Represents the color of the button, specified as a [CSS color value](https://developer.mozilla.org/en-US/docs/Web/CSS/color). When JS is enabled, the background color can be programmatically modified using JavaScript functions.

</dd>

Expand Down Expand Up @@ -325,4 +325,4 @@ See how to guide on [Upload CSV data in Table using Filepicker](/build-apps/how-
## See also
- [Upload Files Using API](/build-apps/how-to-guides/Send-Filepicker-Data-with-API-Requests) - Learn how to upload files using the Filepicker widget and send the data via API requests.
- [Insert CSV Data](/build-apps/how-to-guides/Upload-CSV-Data-to-Table) - Learn how to upload CSV files and insert the data into a Table widget.
- [Upload Files to S3](/connect-data/how-to-guides/how-to-upload-to-s3) - See how to upload files directly to an Amazon S3 bucket using API queries.
- [Upload Files to S3](/connect-data/how-to-guides/how-to-upload-to-s3) - See how to upload files directly to an Amazon S3 bucket using API queries.
4 changes: 2 additions & 2 deletions website/docs/reference/widgets/icon-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ This property can be dynamically set using JavaScript by providing a string valu

<dd>

Represents the color of the button, specified as a [CSS color value](https://developer.mozilla.org/en-US/docs/Web/CSS/color). Additionally, the font color can be programmatically modified using JavaScript functions.
Represents the color of the button, specified as a [CSS color value](https://developer.mozilla.org/en-US/docs/Web/CSS/color). The background color can also be modified programmatically using JavaScript functions.

</dd>

Expand Down Expand Up @@ -185,4 +185,4 @@ IconButton1.setDisabled(false)

- [Trigger UI Actions](/core-concepts/writing-code/ui-actions) - Learn how to trigger multiple queries or JavaScript functions in response to user actions.
- [Navigate Between Pages](/build-apps/how-to-guides/navigate-between-pages) - Discover how to use buttons to navigate between pages in your app.
- [Create Custom Navigation Bar](/build-apps/how-to-guides/create-custom-nav-bar) - Learn how to create a custom navigation bar using buttons and other widgets to enhance your app's navigation experience.
- [Create Custom Navigation Bar](/build-apps/how-to-guides/create-custom-nav-bar) - Learn how to create a custom navigation bar using buttons and other widgets to enhance your app's navigation experience.
4 changes: 2 additions & 2 deletions website/docs/reference/widgets/json-form.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ This property adds a drop shadow effect to the frame of the widget. If JavaScrip

<dd>

Represents the color of the button, specified as a [CSS color value](https://developer.mozilla.org/en-US/docs/Web/CSS/color). Additionally, the font color can be programmatically modified using JavaScript functions.
Represents the color of the button, specified as a [CSS color value](https://developer.mozilla.org/en-US/docs/Web/CSS/color). The background color can also be modified programmatically using JavaScript functions.

</dd>

Expand Down Expand Up @@ -441,4 +441,4 @@ JSONForm1.setSourceData(<data>)

- [Insert Data](/build-apps/how-to-guides/insert-data): Learn how to insert data into your datasource using Forms and queries.
- [Update Table Data](/build-apps/how-to-guides/submit-form-data): Learn how to update Table data using JSON Form widget.
- [Form](/reference/widgets/form): Learn how to use the Form widget.
- [Form](/reference/widgets/form): Learn how to use the Form widget.
2 changes: 1 addition & 1 deletion website/docs/reference/widgets/menu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Determines the spacing between the **Icon** and the **Label**.

<dd>

Represents the color of the button, specified as a [CSS color value](https://developer.mozilla.org/en-US/docs/Web/CSS/color). Additionally, the font color can be programmatically modified using JavaScript functions.
Represents the color of the button, specified as a [CSS color value](https://developer.mozilla.org/en-US/docs/Web/CSS/color). The background color can also be modified programmatically using JavaScript functions.

</dd>

Expand Down
4 changes: 2 additions & 2 deletions website/docs/reference/widgets/number-slider.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@

<dd>

Represents the color of the slider, specified as a [CSS color value](https://developer.mozilla.org/en-US/docs/Web/CSS/color). Additionally, the font color can be programmatically modified using JavaScript functions.
Represents the color of the slider, specified as a [CSS color value](https://developer.mozilla.org/en-US/docs/Web/CSS/color). The slider color can also be modified programmatically using JavaScript functions.

</dd>

Expand Down Expand Up @@ -362,4 +362,4 @@

- [Insert Data](/build-apps/how-to-guides/insert-data) – Learn how to insert data into a datasource using widgets.
- [Update Data](/build-apps/how-to-guides/submit-form-data) – Discover how to update data using widgets.
- [Create a Multi-step Wizard](/build-apps/how-to-guides/Multi-step-Form-or-Wizard-Using-Tabs) – See how to create a multi-step form.
- [Create a Multi-step Wizard](/build-apps/how-to-guides/Multi-step-Form-or-Wizard-Using-Tabs) – See how to create a multi-step form.

Check failure on line 365 in website/docs/reference/widgets/number-slider.md

View workflow job for this annotation

GitHub Actions / run_vale

[vale] reported by reviewdog 🐶 [Google.EmDash] Don't put a space before or after a dash. Raw Output: {"message": "[Google.EmDash] Don't put a space before or after a dash.", "location": {"path": "website/docs/reference/widgets/number-slider.md", "range": {"start": {"line": 365, "column": 95}}}, "severity": "ERROR"}

Check failure on line 365 in website/docs/reference/widgets/number-slider.md

View workflow job for this annotation

GitHub Actions / run_vale

[vale] reported by reviewdog 🐶 [Google.EnDash] Use an em dash ('—') instead of '–'. Raw Output: {"message": "[Google.EnDash] Use an em dash ('—') instead of '–'.", "location": {"path": "website/docs/reference/widgets/number-slider.md", "range": {"start": {"line": 365, "column": 96}}}, "severity": "ERROR"}
2 changes: 1 addition & 1 deletion website/docs/reference/widgets/range-slider.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ Enables you to select a font style for the widget, such as bold or italic. Addit

<dd>

Represents the color of the slider, specified as a [CSS color value](https://developer.mozilla.org/en-US/docs/Web/CSS/color). Additionally, the font color can be programmatically modified using JavaScript functions.
Represents the color of the slider, specified as a [CSS color value](https://developer.mozilla.org/en-US/docs/Web/CSS/color). The slider color can also be modified programmatically using JavaScript functions.

</dd>

Expand Down