tipify {shinyBS} | R Documentation |
tipify
Description
tipify
can be wrapped around any shiny UI element to add a tooltip to the
wrapped element. This should be a safer way to add tooltips to elements created with
renderUI
.
Usage
tipify(el, title, placement = "bottom", trigger = "hover", options = NULL)
Arguments
el |
A shiny UI element. |
title |
The content of the tooltip. |
placement |
Where the tooltip should appear relative to its target
( |
trigger |
What action should cause the tooltip to appear? ( |
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 tipify
with the
rest of the Tooltips_and_Popovers family.
Note
Run bsExample("Tooltips_and_Popovers")
for an example
of tipify
functionality.
See Also
Other Tooltips_and_Popovers: Tooltips_and_Popovers
;
addPopover
; addTooltip
;
bsPopover
; bsTooltip
;
popify
; removePopover
;
removeTooltip