Learn R Programming

shinyBS (version 0.63.0)

bsAlert: bsAlert

Description

bsAlert creates an anchor point in your UI definition. This anchor point is where alerts created in your Server logic will be displayed.

Usage

bsAlert(anchorId, inline = TRUE)

Arguments

anchorId

A unique id the identifies the anchor.

inline

Logical value, determmines the class of the alert. Defaults to TRUE.

Details

See Alerts for more information about how to use bsAlert with the rest of the Alerts family.

See Also

Twitter Bootstrap 3

Other Alerts: Alerts, closeAlert(), createAlert()