EVOLUTION-MANAGER
Edit File: tipify.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: tipify</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for tipify {shinyBS}"><tr><td>tipify {shinyBS}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>tipify</h2> <h3>Description</h3> <p><code>tipify</code> 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 <code><a href="../../shiny/html/renderUI.html">renderUI</a></code>. </p> <h3>Usage</h3> <pre> tipify(el, title, placement = "bottom", trigger = "hover", options = NULL) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>el</code></td> <td> <p>A shiny UI element.</p> </td></tr> <tr valign="top"><td><code>title</code></td> <td> <p>The content of the tooltip.</p> </td></tr> <tr valign="top"><td><code>placement</code></td> <td> <p>Where the tooltip should appear relative to its target (<code>top</code>, <code>bottom</code>, <code>left</code>, or <code>right</code>). Defaults to <code>"bottom"</code>.</p> </td></tr> <tr valign="top"><td><code>trigger</code></td> <td> <p>What action should cause the tooltip to appear? (<code>hover</code>, <code>focus</code>, <code>click</code>, or <code>manual</code>). Defaults to <code>"hover"</code>.</p> </td></tr> <tr valign="top"><td><code>options</code></td> <td> <p>A named list of additional options to be set on the tooltip.</p> </td></tr> </table> <h3>Details</h3> <p>See <a href="Tooltips_and_Popovers.html">Tooltips_and_Popovers</a> for more information about how to use <code>tipify</code> with the rest of the Tooltips_and_Popovers family. </p> <h3>Note</h3> <p>Run <code>bsExample("Tooltips_and_Popovers")</code> for an example of <code>tipify</code> functionality. </p> <h3>See Also</h3> <p><a href="http://getbootstrap.com">Twitter Bootstrap 3</a> </p> <p>Other Tooltips_and_Popovers: <code><a href="Tooltips_and_Popovers.html">Tooltips_and_Popovers</a></code>; <code><a href="addPopover.html">addPopover</a></code>; <code><a href="addTooltip.html">addTooltip</a></code>; <code><a href="bsPopover.html">bsPopover</a></code>; <code><a href="bsTooltip.html">bsTooltip</a></code>; <code><a href="popify.html">popify</a></code>; <code><a href="removePopover.html">removePopover</a></code>; <code><a href="removeTooltip.html">removeTooltip</a></code> </p> <hr /><div style="text-align: center;">[Package <em>shinyBS</em> version 0.61.1 <a href="00Index.html">Index</a>]</div> </body></html>