EVOLUTION-MANAGER
Edit File: close_material_modal.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: Close a material modal programmatically.</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 close_material_modal {shinymaterial}"><tr><td>close_material_modal {shinymaterial}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Close a material modal programmatically.</h2> <h3>Description</h3> <p>Close a material modal programmatically (server side). </p> <h3>Usage</h3> <pre> close_material_modal(session, modal_id) </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>modal_id</code></td> <td> <p>String. The ID of the modal to open.</p> </td></tr> </table> <h3>See Also</h3> <p><code><a href="open_material_modal.html">open_material_modal</a></code> </p> <h3>Examples</h3> <pre> ## Not run: close_material_modal(session, "example_modal") ## End(Not run) </pre> <hr /><div style="text-align: center;">[Package <em>shinymaterial</em> version 1.2.0 <a href="00Index.html">Index</a>]</div> </body></html>