bsModal2 {psichomics} | R Documentation |
shinyBS::bsModal
bsModal
is used within the UI to create a modal window. This allows to
modify the modal footer.
bsModal2(id, title, trigger, ..., size = NULL, footer = NULL, style = NULL)
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 ( |
footer |
UI set: List of elements to include in the footer |
style |
Character: message style can be |
HTML elements