EVOLUTION-MANAGER
Edit File: toggleModal.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: toggleModal</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 toggleModal {shinyBS}"><tr><td>toggleModal {shinyBS}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>toggleModal</h2> <h3>Description</h3> <p><code>toggleModal</code> is used within your Server logic to open or close a modal window. </p> <h3>Usage</h3> <pre> toggleModal(session, modalId, toggle = "toggle") </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>session</code></td> <td> <p>The session object passed to function given to shinyServer.</p> </td></tr> <tr valign="top"><td><code>modalId</code></td> <td> <p>The id of the modal window you want to open/close</p> </td></tr> <tr valign="top"><td><code>toggle</code></td> <td> <p>Should the modal window <code>open</code>, <code>close</code>, or <code>toggle</code>?</p> </td></tr> </table> <h3>Details</h3> <p>See <a href="Modals.html">Modals</a> for more information about how to use <code>toggleModal</code> with the rest of the Modals family. </p> <h3>Note</h3> <p>Run <code>bsExample("Modals")</code> for an example of <code>toggleModal</code> functionality. </p> <h3>See Also</h3> <p><a href="http://getbootstrap.com">Twitter Bootstrap 3</a> </p> <p>Other Modals: <code><a href="Modals.html">Modals</a></code>; <code><a href="bsModal.html">bsModal</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>