powered by
Creates a button specifically for Fomantic UI forms in order to check all inputs meet validation rules
form_button(input_id, label, icon = NULL, width = NULL, ...)
The input slot that will be used to access the value
The contents of the button, can either be character string or HTML tags
An optional icon to appear on the button
icon
Width of the input
Named attributes to be applied to the button or remaining parameters passed to button, like class
class
A shiny.tag that will show a submit button in the UI of a shiny application.
shiny.tag
form_validation, action_button
form_validation
action_button
# NOT RUN { form_button("submit", "Submit") # }
Run the code above in your browser using DataLab