showshinyalert {shinysky}R Documentation

showshinyalert

Description

Used in server.R. Show an alert placed in ui.R with shinyalert

Usage

showshinyalert(session, id, HTMLtext, styleclass = "success")

Arguments

session

The Shiny sessoin specified in shinyServer(function(input, output, session) ...).

id

Specifies the alert id that will be used to access the

HTMLtext

The HTML you want displayed in the text

styleclass

The styling class of the alert–options are primary, info, success ,warning, ,danger ,inverse ,link

See Also

shinyalert

Other ShinySky.elements: actionButton2, hideshinyalert, select2Input, shinyalert, textInput.typeahead


[Package shinysky version 2.0.0 Index]