showModal function

Show or remove a modal dialog

Show or remove a modal dialog

This causes a modal dialog to be displayed in the client browser, and is typically used with modalDialog().

showModal(ui, session = getDefaultReactiveDomain()) removeModal(session = getDefaultReactiveDomain())

Arguments

  • ui: UI content to show in the modal.
  • session: The session object passed to function given to shinyServer.

See Also

modalDialog() for examples.

  • Maintainer: Winston Chang
  • License: GPL-3 | file LICENSE
  • Last published: 2024-12-14