toggleModal | R Documentation |
toggleModal
is used within your Server logic to open or close a modal
window.
toggleModal(session, modalId, toggle = "toggle")
session |
The session object passed to function given to shinyServer. |
modalId |
The id of the modal window you want to open/close |
toggle |
Should the modal window |
See Modals for more information about how to use toggleModal
with the
rest of the Modals family.
Run bsExample("Modals")
for an example
of toggleModal
functionality.
Other Modals: Modals
; bsModal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.