show_modal | R Documentation |
This displays a hidden Semantic UI modal.
show_modal(id, session = shiny::getDefaultReactiveDomain(), asis = TRUE)
remove_modal(id, session = shiny::getDefaultReactiveDomain(), asis = TRUE)
remove_all_modals(session = shiny::getDefaultReactiveDomain())
removeModal(session = shiny::getDefaultReactiveDomain())
hide_modal(id, session = shiny::getDefaultReactiveDomain(), asis = TRUE)
id |
ID of the modal that will be displayed. |
session |
The |
asis |
A boolean indicating if the id must be handled as is (TRUE) or FALSE if it meants to be namespaced |
modal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.