Description Usage Arguments Value
View source: R/draggableModalDialog.R
This creates the UI for a modal dialog similar to shiny::modalDialog except its content is draggable.
1 2 3 4 5 6 7 8 |
... |
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.