View source: R/draggableModalDialog.R
draggableModalDialog | R Documentation |
This creates the UI for a modal dialog similar to shiny::modalDialog except its content is draggable.
draggableModalDialog(
...,
title = NULL,
footer = shiny::modalButton("Dismiss"),
size = c("m", "s", "l"),
easyClose = FALSE,
fade = TRUE
)
... |
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 |
A modified shiny modal dialog UI with its content draggable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.