messageBoxUI: the UI for a very simple message box module

Description Usage Arguments

View source: R/messageBoxModule.R

Description

the UI for a very simple message box module

Usage

1
2
3
4
5
6
7
8
9
messageBoxUI(
  id,
  title,
  boxWidth = 200,
  boxHeight = 30,
  fontSize = 20,
  fontColor = "black",
  backgroundColor = "beige"
)

Arguments

id

character string, the html document's widget id

title

character string, title for the box

boxWidth

integer pixels, 200 by default

boxHeight

integer pixels, 30 by default

fontSize

integer pixels, 20 by default

fontColor

character string, uses standard CSS naming conventions, "black" by default

backgroundColor

character string, uses standard CSS naming conventions, "beige" by default


paul-shannon/shinyModules documentation built on Sept. 13, 2020, 5:52 p.m.