draggableModalDialog {shinyjqui} | R Documentation |
Create a draggable modal dialog UI
Description
This creates the UI for a modal dialog similar to shiny::modalDialog except its content is draggable.
Usage
draggableModalDialog(
...,
title = NULL,
footer = shiny::modalButton("Dismiss"),
size = c("m", "s", "l"),
easyClose = FALSE,
fade = TRUE
)
Arguments
... |
UI elements for the body of the modal dialog box. |
title |
An optional title for the dialog. |
footer |
UI for footer. Use |
size |
One of |
easyClose |
If |
fade |
If |
Value
A modified shiny modal dialog UI with its content draggable.