Description Usage Arguments Value See Also
View source: R/control_buttons.R
UI for button for displaying hovertext info; to be put under plotly plots.
1 2 3 | infoButtonUI(id,
hovertext = "\"Mixed\" refers to users who gave different responses.",
position = "auto", trig = "hover", block = TRUE, size = "md")
|
id |
Module namespace. |
hovertext |
string, RLumShiny::tooltip's text parameter; displayed when cursor hovers over button. |
position |
string, RLumShiny::tooltip's position parameter; where the tooltip displays (e.g. "top" or "left"). |
trig |
string, RLumShiny::tooltip's trigger parameter; when the tooltip displays (e.g. "hover" or "click"). |
A shiny tagList() containing formatted shinyWidgets actionBttn().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.