InfoBoxModal: InfoBoxModal

Description Usage Arguments Examples

Description

This shiny module server function registers a click event on the InfoBox and pulls up a shinyDialog Box. The function accepts whatever tagList of UI elements you wish to display in the pop up.

Usage

1
2
InfoBoxModal(input, output, session, title = "My InfoModalBox Modal Title",
  size = "l", elements)

Arguments

title

Modal Dialog title

size

Modal Dialog title

elements

A tagList of UI elements to be shown in the modal box

Examples

1
callModule(InfoBoxModal,"InfoBox",tagList(fluidRow(column(6,h3('Header for Stuff for Modal')),column(6,h3('More Stuff')))))

mtseman/shinyModals documentation built on May 25, 2019, 10:34 p.m.