EVOLUTION-MANAGER
Edit File: bsCollapsePanel.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: bsCollapsePanel</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 bsCollapsePanel {shinyBS}"><tr><td>bsCollapsePanel {shinyBS}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>bsCollapsePanel</h2> <h3>Description</h3> <p><code>bsCollapsePanel</code> creates individual panels within a <code><a href="bsCollapse.html">bsCollapse</a></code> object. </p> <h3>Usage</h3> <pre> bsCollapsePanel(title, ..., value = title, style = NULL) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>title</code></td> <td> <p>The title to display at the top of the panel.</p> </td></tr> <tr valign="top"><td><code>value</code></td> <td> <p><b>Optional</b> The value to return when this panel is open. Defaults to <code>title</code>.</p> </td></tr> <tr valign="top"><td><code>style</code></td> <td> <p><b>Optional</b> A Bootstrap style to apply to the panel. (<code>primary</code>, <code>danger</code>, <code>warning</code>, <code>info</code>, or <code>success</code>)</p> </td></tr> <tr valign="top"><td><code>...</code></td> <td> <p>UI elements to include within the panel.</p> </td></tr> </table> <h3>Details</h3> <p>See <a href="Collapses.html">Collapses</a> for more information about how to use <code>bsCollapsePanel</code> with the rest of the Collapses family. </p> <h3>Note</h3> <p>Run <code>bsExample("Collapses")</code> for an example of <code>bsCollapsePanel</code> functionality. </p> <h3>See Also</h3> <p><a href="http://getbootstrap.com">Twitter Bootstrap 3</a> </p> <p>Other Collapses: <code><a href="Collapses.html">Collapses</a></code>; <code><a href="bsCollapse.html">bsCollapse</a></code>; <code><a href="updateCollapse.html">updateCollapse</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>