subButton {multiActionButton} | R Documentation |
Creates a sub-button for usage in
multiActionButton
.
subButton(
id,
bg = NULL,
fg = NULL,
icon = NULL,
tooltip = NULL,
onclick = NULL
)
id |
button id |
bg |
background color of the button |
fg |
color of the icon |
icon |
icon name |
tooltip |
character string to be shown as tooltip |
onclick |
the |
A shiny.tag
object for usage in
multiActionButton
.