Function that adds on to the an existing bsPopover such that the tooltip persists after updateSelectInput etc
Source:R/functions_v_0_2_9.R
update_resistant_popover.Rd
Function that adds on to the an existing bsPopover such that the tooltip persists after updateSelectInput etc
Usage
update_resistant_popover(
id,
title,
content,
placement = "bottom",
trigger = "hover",
options = NULL
)
Arguments
- id
The id of the element to attach the popover to.
- title
The title of the popover.
- content
The main content of the popover.
- placement
Where the popover should appear relative to its target (
top
,bottom
,left
, orright
). Defaults to"bottom"
.- trigger
What action should cause the popover to appear? (
hover
,focus
,click
, ormanual
). Defaults to"hover"
.- options
other options