View source: R/utils_interface.R
inlineDialog | R Documentation |
Alert in the style of a dialogue box with a button
inlineDialog(
description,
...,
buttonLabel = NULL,
buttonIcon = NULL,
buttonId = NULL,
id = NULL,
type = c("error", "warning"),
bigger = FALSE
)
errorDialog(description, ...)
warningDialog(description, ...)
description |
Character: description |
... |
Extra parameters when creating the alert |
buttonLabel |
Character: button label |
buttonIcon |
Character: button icon |
buttonId |
Character: button identifier |
id |
Character: identifier |
type |
Character: type of alert (error or warning) |
bigger |
Boolean: wrap the |
HTML elements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.