inlineDialog {psichomics}R Documentation

Alert in the style of a dialogue box with a button

Description

Alert in the style of a dialogue box with a button

Usage

inlineDialog(description, ..., buttonLabel = NULL, buttonIcon = NULL,
  buttonId = NULL, id = NULL, type = c("error", "warning"),
  bigger = FALSE)

errorDialog(description, ...)

warningDialog(description, ...)

Arguments

description

Character: description

...

Extra parameters when creating the alert

buttonLabel

Character: button label (NULL by default)

buttonIcon

Character: button icon (NULL by default)

buttonId

Character: button identifier (NULL by default)

id

Character: identifier (NULL by default)

type

Character: type of alert (error or warning)

bigger

Boolean: wrap the description in a h4 tag?

Value

HTML elements


[Package psichomics version 1.10.1 Index]