Learn R Programming

shinyGizmo (version 0.4.2)

modal-operations: Show and hide modal from the application server

Description

Show and hide modal from the application server

Usage

hideModalUI(modalId, session = shiny::getDefaultReactiveDomain())

showModalUI(modalId, session = shiny::getDefaultReactiveDomain())

Value

No return value, used for side effect.

Arguments

modalId

Id of the modal to show/hide.

session

Shiny session object.