styleModal {psichomics} | R Documentation |
Create a modal window
styleModal(session, title, ..., style = NULL, iconName = "exclamation-circle", footer = NULL, echo = FALSE, size = "medium", dismissButton = TRUE, caller = NULL) errorModal(session, title, ..., size = "small", footer = NULL, caller = NULL) warningModal(session, title, ..., size = "small", footer = NULL, caller = NULL) infoModal(session, title, ..., size = "small", footer = NULL, caller = NULL)
session |
Shiny session |
title |
Character: title |
... |
Arguments passed on to
|
style |
Character: style ( |
iconName |
Character: icon name |
footer |
HTML elements to use in footer |
echo |
Boolean: print to console? |
size |
Character: size of the modal ( |
dismissButton |
Boolean: show dismiss button in footer? |
caller |
Character: caller module identifier |
NULL (this function is used to modify the Shiny session's state)