infoButtonUI: UI for button for displaying hovertext info; to be put under...

Description Usage Arguments Value See Also

View source: R/control_buttons.R

Description

UI for button for displaying hovertext info; to be put under plotly plots.

Usage

1
2
3
infoButtonUI(id,
  hovertext = "\"Mixed\" refers to users who gave different responses.",
  position = "auto", trig = "hover", block = TRUE, size = "md")

Arguments

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").

Value

A shiny tagList() containing formatted shinyWidgets actionBttn().

See Also

infoButton


IskanderBlue/morseldash documentation built on Oct. 30, 2019, 7:24 p.m.