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 of the modal that will be displayed.
The session
object passed to function given to
shinyServer
.
A boolean indicating if the id must be handled as is (TRUE) or FALSE if it meants to be namespaced
modal