Show or remove a modal dialog — showModal
showModal(ui, session = getDefaultReactiveDomain()) removeModal(session = getDefaultReactiveDomain())
Arguments
ui |
UI content to show in the modal. |
---|---|
session |
The |
Description
This causes a modal dialog to be displayed in the client browser, and is
typically used with modalDialog()
.
See also
modalDialog()
for examples.