R bsTooltip


bsTooltip is used within the UI of an app to add a tooltip to a Shiny input or output.

bsTooltip is located in package shinyBS. Please install and load package shinyBS before use.


bsTooltip(id, title, placement = "bottom", trigger = "hover",
options = NULL)

id
The id of the element to attach the tooltip to.
title
The content of the tooltip.
placement
Where the tooltip should appear relative to its target (top, bottom, left, or right). Defaults to "bottom".
trigger
What action should cause the tooltip to appear? (hover, focus, click, or manual). Defaults to "hover".
options
A named list of additional options to be set on the tooltip.


Details: See Tooltips_and_Popovers for more information about how to use bsTooltip with the rest of the Tooltips_and_Popovers family.


Run bsExample("Tooltips_and_Popovers") for an example of bsTooltip functionality.


See Also: Twitter Bootstrap 3


Other Tooltips_and_Popovers: Tooltips_and_Popovers; addPopover; addTooltip; bsPopover; popify; removePopover; removeTooltip; tipify


endmemo.com © 2024  | Terms of Use | Privacy | Home