View source: R/createTutorialTooltip.R
createTutorialTooltip | R Documentation |
returns standard turtorial text with info-circle tooltip. If TooltipText is missing or NA, tooltip element is omitted.
createTutorialTooltip(
Text,
onClickFunction,
TooltipText,
additionalText,
size = "3"
)
Text |
Text to diplay before info circle tooltip |
onClickFunction |
function and arguments to be bound to onclick event |
TooltipText |
text to display in tooltip on hover |
additionalText |
additional text to be shown below text / tooltip line |
size |
size of H tag to use - defaults to 3 for <h3> |
HTML div with tooltip span element
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.