View source: R/internal_utils.R
vwModalDialog | R Documentation |
Variable width modal dialog
vwModalDialog(..., width = 90)
... |
: as for |
width |
numeric: percentage of viewport width |
As for shiny::modalDialog()
## Not run:
showModal(vwModalDialog(title = "Wide dialog", "blah", width = 90))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.