Description Usage Arguments Value See Also Examples
Create a submit button for an input form. Forms that include a submit button do not automatically update their outputs when inputs change, rather they wait until the user explicitly clicks the submit button.
1 |
text |
Button caption |
icon |
Optional |
width |
The width of the button, e.g. |
A submit button that can be added to a UI definition.
Other input.elements: actionButton
,
checkboxGroupInput
,
checkboxInput
, dateInput
,
dateRangeInput
, fileInput
,
numericInput
, passwordInput
,
radioButtons
, selectInput
,
sliderInput
, textInput
1 2 | submitButton("Update View")
submitButton("Update View", icon("refresh"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.