create_modal: Allows for the creation of modals in the server side without...

Description Usage Arguments See Also

View source: R/modal.R

Description

Allows for the creation of modals in the server side without being tied to a specific HTML element.

Usage

1
2
3
4
5
6
7
create_modal(
  ui_modal,
  show = TRUE,
  session = shiny::getDefaultReactiveDomain()
)

showModal(ui, session = shiny::getDefaultReactiveDomain())

Arguments

ui_modal

HTML containing the modal.

show

If the modal should only be created or open when called (open by default).

session

Current session.

ui

Same as ui_modal in show modal

See Also

modal


shiny.semantic documentation built on Nov. 7, 2021, 5:07 p.m.