function to generate an action button with the custom ssz styling
Usage
sszActionButton(inputId, label, ...)
Arguments
- inputId
inputId parameter for actionButton
- label
label parameter for actionButton
- ...
further parameters for actionButton
Value
the return of actionButton with "sszActionButton" added as a class
See also
Other shiny_widgets:
sszAirDatepickerInput(),
sszAutocompleteInput(),
sszDateRange(),
sszDownloadButton(),
sszNumericInput(),
sszOgdDownload(),
sszRadioButtons(),
sszRadioGroupButtons(),
sszSelectInput(),
sszSliderInput(),
sszTextInput()
Examples
if (FALSE) { # \dontrun{
inst / examples / sszActionButton / app.r
} # }