showPopup: shows simple pop up message

Description Usage Arguments

View source: R/FrissMessageBox.R

Description

This function shows a simple dhtmlx alert

Usage

1
showPopup(session, message, title = "", okText = "OK")

Arguments

session

Shiny session object from the server.r page of the app that will use this function

message

Message to display in the box

title

Title of the messagebox

okText

Text to put on the 'OK' button. Default is 'OK'


ttraboue/FrissMsgBox documentation built on May 17, 2019, 8:17 a.m.