Nothing
text
is a list (#68)htmlDependency()
instead of addResourcePath()
which is more robust and works in Rmd naturally (#71)useShinyalert()
in the UI. If you still want to explicitly pre-load the UI scripts, use useShinyalert(force=TRUE)
(#47) rmd
parameter of useShinyalert()
is no longer used. If you still want to call useShinyalert()
(which you don't need to) then you have to remove the rmd
argumentsession
parameter to allow advanced uses of shinyalert where the Shiny session isn't immediately accessible (thanks @galachad)withMathJax()
in the UI) (#54)html=TRUE
together with type="input"
, you must instead supply your own Shiny inputs when using HTMLFALSE
(previously nothing was returned)html=TRUE
) (#26)size
parameter to set the size (width) of the modal to one of four pre-defined sizes (#17)immediate
parameter to immediately show the current alert and close all previous alertscloseAlert()
function that allows you to close any specific alert (#29)shinyalert()
now returns a unique IDcallbackR
was not respected when the alert had a timer (#38)inputId
parameter added, which allows you to set the input ID that is used to retrieve the return value of the modalshinyalert
within Rmarkdown documentsInitial release
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.