bsModal2 {psichomics}R Documentation

Modified version of shinyBS::bsModal

Description

bsModal is used within the UI to create a modal window. This allows to modify the modal footer.

Usage

bsModal2(id, title, trigger, ..., size = NULL, footer = NULL,
  style = NULL)

Arguments

id

A unique identifier for the modal window

title

The title to appear at the top of the modal

trigger

The id of a button or link that will open the modal.

...

UI elements to include within the modal

size

Character: Modal size (small, default or large)

footer

UI set: List of elements to include in the footer

style

Character: message style can be warning, error, info or NULL

Value

HTML elements


[Package psichomics version 1.10.1 Index]